diff --git a/pyproject.toml b/pyproject.toml index 346a006..16fdb44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 75.8.0", "setuptools_scm[toml] == 8.1.0", - "frequenz-repo-config[lib] == 0.13.1", + "frequenz-repo-config[lib] == 0.13.6", ] build-backend = "setuptools.build_meta" @@ -53,10 +53,10 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.9", - "mkdocs-material == 9.6.18", - "mkdocstrings[python] == 0.30.0", + "mkdocs-material == 9.6.23", + "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.17.0", - "frequenz-repo-config[lib] == 0.13.1", + "frequenz-repo-config[lib] == 0.13.6", ] dev-mypy = [ "mypy == 1.9.0", @@ -66,7 +66,7 @@ dev-mypy = [ ] dev-noxfile = [ "nox == 2025.5.1", - "frequenz-repo-config[lib] == 0.13.1", + "frequenz-repo-config[lib] == 0.13.6", ] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples @@ -74,9 +74,9 @@ dev-pylint = [ "frequenz-microgrid-component-graph[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.4.1", + "pytest == 8.4.2", "pylint == 3.3.8", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.1", + "frequenz-repo-config[extra-lint-examples] == 0.13.6", "pytest-mock == 3.14.0", "pytest-asyncio == 1.2.0", "async-solipsism == 0.8",