diff --git a/pyproject.toml b/pyproject.toml index 65b8a65..bd824de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,8 +59,8 @@ dev-mkdocs = [ "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.16", + "mkdocs-macros-plugin == 1.3.9", + "mkdocs-material == 9.6.18", "mkdocstrings[python] == 0.30.0", "mkdocstrings-python == 1.17.0", "frequenz-repo-config[lib] == 0.13.5", @@ -79,12 +79,12 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.4.1", - "pylint == 3.3.7", # We need this to check for the examples + "pylint == 3.3.8", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.13.5", "pytest-mock == 3.14.1", "pytest-asyncio == 1.1.0", "async-solipsism == 0.8", - "hypothesis == 6.138.2", + "hypothesis == 6.138.11", ] dev = [ "frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",