diff --git a/pyproject.toml b/pyproject.toml index ddf0cbd..24c37a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ [build-system] requires = [ "setuptools == 80.9.0", - "setuptools_scm[toml] == 9.2.0", - "frequenz-repo-config[lib] == 0.13.5", + "setuptools_scm[toml] == 9.2.2", + "frequenz-repo-config[lib] == 0.13.6", ] build-backend = "setuptools.build_meta" @@ -55,11 +55,11 @@ dev-mkdocs = [ "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-macros-plugin == 1.4.0", - "mkdocs-material == 9.6.21", + "mkdocs-macros-plugin == 1.4.1", + "mkdocs-material == 9.6.23", "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.18.2", - "frequenz-repo-config[lib] == 0.13.5", + "frequenz-repo-config[lib] == 0.13.6", ] dev-mypy = [ "mypy == 1.18.2", @@ -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.10.14", "frequenz-repo-config[lib] == 0.13.5"] +dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"] 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.4.2", "pylint == 3.3.8", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.5", + "frequenz-repo-config[extra-lint-examples] == 0.13.6", "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0", "async-solipsism == 0.8", - "hypothesis == 6.142.0", + "hypothesis == 6.142.5", "frequenz-quantities[marshmallow]", ]