diff --git a/pyproject.toml b/pyproject.toml index e8ff107..d73c5ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.6", "mkdocstrings[python] == 1.0.4", - "mkdocstrings-python == 2.0.3", + "mkdocstrings-python == 2.0.5", "frequenz-repo-config[lib] == 0.18.0", ] dev-mypy = [ @@ -80,12 +80,12 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 9.1.1", - "pylint == 4.0.5", # We need this to check for the examples + "pylint == 4.0.6", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.18.0", "pytest-mock == 3.15.1", "pytest-asyncio == 1.4.0", "async-solipsism == 0.9", - "hypothesis == 6.155.1", + "hypothesis == 6.155.7", ] dev = [ "frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",