diff --git a/pyproject.toml b/pyproject.toml index eba1393..97f936d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,12 +62,12 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.6", - "mkdocstrings[python] == 1.0.3", + "mkdocstrings[python] == 1.0.4", "mkdocstrings-python == 2.0.3", "frequenz-repo-config[lib] == 0.17.0", ] dev-mypy = [ - "mypy == 1.20.0", + "mypy == 1.20.2", "types-Markdown == 3.10.2.20260211", # For checking the noxfile, docs/ script, and tests "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]", @@ -79,7 +79,7 @@ dev-pylint = [ "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 9.0.2", + "pytest == 9.0.3", "pylint == 4.0.5", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.17.0", "pytest-mock == 3.15.1",