diff --git a/pyproject.toml b/pyproject.toml index 2a6dd04..0a4055e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.5.45", + "mkdocs-material == 9.5.47", "mkdocstrings[python] == 0.27.0", "mkdocstrings-python == 1.12.2", "frequenz-repo-config[lib] == 0.11.0", @@ -74,13 +74,13 @@ dev-pylint = [ "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] dev-pytest = [ - "pytest == 8.3.3", - "pylint == 3.3.1", # We need this to check for the examples + "pytest == 8.3.4", + "pylint == 3.3.2", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.11.0", "pytest-mock == 3.14.0", "pytest-asyncio == 0.24.0", "async-solipsism == 0.7", - "hypothesis == 6.119.3", + "hypothesis == 6.122.1", "frequenz-quantities[marshmallow]", ]