diff --git a/pyproject.toml b/pyproject.toml index 485e199..183212f 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.3", + "frequenz-repo-config[lib] == 0.13.4", ] build-backend = "setuptools.build_meta" @@ -52,8 +52,8 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.12", - "frequenz-repo-config[lib] == 0.13.3", + "mkdocs-material == 9.6.14", + "frequenz-repo-config[lib] == 0.13.4", ] dev-mypy = [ "mypy == 1.16.0", @@ -63,7 +63,7 @@ dev-mypy = [ ] dev-noxfile = [ "nox == 2025.5.1", - "frequenz-repo-config[lib] == 0.13.3", + "frequenz-repo-config[lib] == 0.13.4", ] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples @@ -72,9 +72,9 @@ 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.3", - "pytest-mock == 3.14.0", + "pylint == 3.3.7", # We need this to check for the examples + "frequenz-repo-config[extra-lint-examples] == 0.13.4", + "pytest-mock == 3.14.1", "pytest-asyncio == 0.26.0", "async-solipsism == 0.7", ]