From 09f7d7d727f4f2bc82f471cb397f878d6f391c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:37:10 +0000 Subject: [PATCH] Bump setuptools from 68.0.0 to 71.1.0 in /Transformers/Python Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 71.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.0.0...v71.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Transformers/Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transformers/Python/requirements.txt b/Transformers/Python/requirements.txt index 368cc91..be85175 100644 --- a/Transformers/Python/requirements.txt +++ b/Transformers/Python/requirements.txt @@ -15,7 +15,7 @@ pyparsing==3.0.9 pytest==7.3.2 pytest-cov==4.0.0 PyYAML==6.0 -setuptools==68.0.0 +setuptools==71.1.0 toml==0.10.2 tomli==2.0.1 typing-extensions==4.6.3