Skip to content

Commit 0465afc

Browse files
Update setuptools requirement in /.github/scripts
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@0.6...v74.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a59f6ba commit 0465afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools <65.7.0 ; python_version == '2.7'
2-
setuptools <=69.2.0 ; python_version >= '3.8'
2+
setuptools <=74.0.0 ; python_version >= '3.8'
33
pip <23.0 ; python_version == '2.7'
44
pip ; python_version >= '3.5'
55
pylint <2.15.10

0 commit comments

Comments
 (0)