diff --git a/pyproject.toml b/pyproject.toml index 2660bd3..ba321ad 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.8", ] build-backend = "setuptools.build_meta" @@ -53,7 +53,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.7.3", "pydocstyle == 6.3.0", ] @@ -68,7 +68,7 @@ dev-mkdocs = [ "mkdocs-material == 9.6.21", "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.18.2", - "frequenz-repo-config[lib] == 0.13.5", + "frequenz-repo-config[lib] == 0.13.8", ] dev-mypy = [ "mypy == 1.18.2", @@ -81,7 +81,7 @@ dev-mypy = [ dev-noxfile = [ "uv == 0.8.22", "nox == 2025.5.1", - "frequenz-repo-config[lib] == 0.13.5", + "frequenz-repo-config[lib] == 0.13.8", ] dev-pylint = [ "pylint == 3.3.8", @@ -90,7 +90,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.4.2", - "frequenz-repo-config[extra-lint-examples] == 0.13.5", + "frequenz-repo-config[extra-lint-examples] == 0.13.8", "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0", "async-solipsism == 0.8",