diff --git a/pyproject.toml b/pyproject.toml index 4f8e5ca..96abea3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 80.9.0", "setuptools_scm[toml] == 8.3.1", - "frequenz-repo-config[lib] == 0.13.4", + "frequenz-repo-config[lib] == 0.13.5", ] build-backend = "setuptools.build_meta" @@ -50,24 +50,24 @@ dev-flake8 = [ ] dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ - "Markdown == 3.8", + "Markdown == 3.8.2", "black == 25.1.0", "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.14", + "mkdocs-material == 9.6.15", "mkdocstrings[python] == 0.29.1", - "mkdocstrings-python == 1.16.11", - "frequenz-repo-config[lib] == 0.13.4", + "mkdocstrings-python == 1.16.12", + "frequenz-repo-config[lib] == 0.13.5", ] dev-mypy = [ - "mypy == 1.16.0", + "mypy == 1.16.1", "types-Markdown == 3.8.0.20250415", # For checking the noxfile, docs/ script, and tests "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] -dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"] +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests @@ -76,7 +76,7 @@ dev-pylint = [ dev-pytest = [ "pytest == 8.3.5", "pylint == 3.3.7", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.4", + "frequenz-repo-config[extra-lint-examples] == 0.13.5", "pytest-mock == 3.14.1", "pytest-asyncio == 0.26.0", "async-solipsism == 0.7",