diff --git a/pyproject.toml b/pyproject.toml index a6cc48d6..5eedf226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 68.1.0", "setuptools_scm[toml] == 7.1.0", - "frequenz-repo-config[lib] == 0.10.0", + "frequenz-repo-config[lib] == 0.11.0", ] build-backend = "setuptools.build_meta" @@ -69,9 +69,9 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.5.43", - "mkdocstrings[python] == 0.26.2", - "frequenz-repo-config[lib] == 0.10.0", + "mkdocs-material == 9.5.47", + "mkdocstrings[python] == 0.27.0", + "frequenz-repo-config[lib] == 0.11.0", ] dev-mypy = [ "mypy == 1.13.0", @@ -82,7 +82,7 @@ dev-mypy = [ "types-protobuf == 5.28.3.20241030", "types-python-dateutil == 2.9.0.20241003", ] -dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.10.0"] +dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.11.0"] dev-pylint = [ "pylint == 3.3.1", # For checking the noxfile, docs/ script, and tests @@ -90,13 +90,13 @@ dev-pylint = [ "frequenz-api-dispatch == 1.0.0-rc1", ] dev-pytest = [ - "pytest == 8.3.3", - "frequenz-repo-config[extra-lint-examples] == 0.10.0", + "pytest == 8.3.4", + "frequenz-repo-config[extra-lint-examples] == 0.11.0", "pytest-mock == 3.14.0", "pytest-asyncio == 0.24.0", "async-solipsism == 0.7", - "time-machine == 2.15.0", - "hypothesis == 6.116.0", + "time-machine == 2.16.0", + "hypothesis == 6.122.0", "frequenz-client-dispatch[cli]", ] dev = [