diff --git a/pyproject.toml b/pyproject.toml index 82aa7fa..e288221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 80.9.0", - "setuptools_scm[toml] == 9.2.0", + "setuptools_scm[toml] == 9.2.2", "frequenz-repo-config[lib] == 0.13.5", ] build-backend = "setuptools.build_meta" @@ -48,7 +48,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", ]