diff --git a/pyproject.toml b/pyproject.toml index 7740879..f189280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,11 +53,11 @@ dev-mkdocs = [ "Markdown == 3.10.2", "black == 25.9.0", "mike == 2.1.3", - "mkdocs-gen-files == 0.6.0", - "mkdocs-literate-nav == 0.6.2", + "mkdocs-gen-files == 0.6.1", + "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.5.0", - "mkdocs-material == 9.7.4", - "mkdocstrings[python] == 1.0.3", + "mkdocs-material == 9.7.6", + "mkdocstrings[python] == 1.0.4", "mkdocstrings-python == 2.0.3", "frequenz-repo-config[lib] == 0.14.0", ] @@ -74,7 +74,7 @@ dev-pylint = [ "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] 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.14.0", "pytest-mock == 3.15.1",