Skip to content

Commit 68f2adc

Browse files
build(deps): update setuptools requirement from <70.1.1 to <80.4.1 in /requirements (#20821)
build(deps): update setuptools requirement in /requirements 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...v80.4.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c431887 commit 68f2adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
setuptools <70.1.1
1+
setuptools <80.4.1
22
wheel <0.46.0
33
awscli >=1.30.0, <1.41.0
44
twine ==6.1.0

requirements/pytorch/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
nbformat # used for generate empty notebook
44
ipython[notebook] <8.19.0
5-
setuptools<58.0 # workaround for `error in ipython setup command: use_2to3 is invalid.`
5+
setuptools<81.0 # workaround for `error in ipython setup command: use_2to3 is invalid.`
66

77
#-r ../../_notebooks/.actions/requires.txt

0 commit comments

Comments
 (0)