diff --git a/pyproject.toml b/pyproject.toml index 59fa32c2..d752a250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ Changelog = "https://wakepy.readthedocs.io/stable/changelog.html" wakepy = "wakepy.__main__:main" [build-system] -requires = ["setuptools==69.1.0", "setuptools_scm==8.0.4"] +requires = ["setuptools==69.1.0", "setuptools_scm==8.1.0"] build-backend = "setuptools.build_meta" [tool.setuptools_scm] diff --git a/tox.ini b/tox.ini index b7c9193e..42918879 100644 --- a/tox.ini +++ b/tox.ini @@ -79,7 +79,7 @@ deps = ; Build tested working only on python 3.10. (and will not work on python ; 3.7) setuptools==69.1.0; python_version>='3.10' - setuptools_scm==8.0.4; python_version>='3.10' + setuptools_scm==8.1.0; python_version>='3.10' wheel==0.43.0; python_version>='3.10' commands = ; See also the tox_on_install in toxfile.py which is guaranteed to be