diff --git a/pyproject.toml b/pyproject.toml index 816faf4..b22c1c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ [build-system] requires = [ - "setuptools == 80.1.0", - "setuptools_scm[toml] == 8.2.0", + "setuptools == 80.3.1", + "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[lib] == 0.13.3", ] build-backend = "setuptools.build_meta" @@ -73,7 +73,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"] +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"] dev-pylint = [ "pylint == 3.3.6", # For checking the noxfile, docs/ script, and tests