diff --git a/pyproject.toml b/pyproject.toml index d2f2d08..f032f64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 80.9.0", "setuptools_scm[toml] == 9.2.2", - "frequenz-repo-config[lib] == 0.13.6", + "frequenz-repo-config[lib] == 0.13.7", ] build-backend = "setuptools.build_meta" @@ -49,7 +49,7 @@ email = "floss@frequenz.com" dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", - "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml + "flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml "pydoclint == 0.8.3", "pydocstyle == 6.3.0", ] @@ -62,7 +62,7 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.0", - "frequenz-repo-config[lib] == 0.13.6", + "frequenz-repo-config[lib] == 0.13.7", ] dev-mypy = [ "mypy == 1.19.0", @@ -70,7 +70,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.6"] +dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.7"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests @@ -78,8 +78,8 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.4.2", - "pylint == 4.0.2", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.6", + "pylint == 4.0.4", # We need this to check for the examples + "frequenz-repo-config[extra-lint-examples] == 0.13.7", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.8",