Skip to content

Commit a6d5a26

Browse files
[Dependabot]: Update setuptools requirement from ~=79.0 to ~=80.0
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v79.0.0...v80.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd768b5 commit a6d5a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools ~= 79.0",
3+
"setuptools ~= 80.0",
44
"wheel ~= 0.45",
55
"pyTooling ~= 8.4"
66
]

0 commit comments

Comments
 (0)