diff --git a/pyproject.toml b/pyproject.toml index f3ec8ac..f85dde1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 78.1.0", - "setuptools_scm[toml] == 8.2.0", + "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[lib] == 0.13.2", ] build-backend = "setuptools.build_meta" @@ -67,7 +67,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"] +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.2"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests