diff --git a/pyproject.toml b/pyproject.toml index f3ec8ac..f4c88c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 78.1.0", "setuptools_scm[toml] == 8.2.0", - "frequenz-repo-config[lib] == 0.13.2", + "frequenz-repo-config[lib] == 0.13.3", ] build-backend = "setuptools.build_meta" @@ -56,10 +56,10 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.11", + "mkdocs-material == 9.6.12", "mkdocstrings[python] == 0.29.1", "mkdocstrings-python == 1.16.10", - "frequenz-repo-config[lib] == 0.13.2", + "frequenz-repo-config[lib] == 0.13.3", ] dev-mypy = [ "mypy == 1.15.0", @@ -67,7 +67,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"] +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests @@ -76,11 +76,11 @@ dev-pylint = [ dev-pytest = [ "pytest == 8.3.5", "pylint == 3.3.6", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.2", + "frequenz-repo-config[extra-lint-examples] == 0.13.3", "pytest-mock == 3.14.0", "pytest-asyncio == 0.26.0", "async-solipsism == 0.7", - "hypothesis == 6.131.0", + "hypothesis == 6.131.9", "frequenz-quantities[marshmallow]", ]