From 4fb0fabbbf125c02741b4ba89a17ca303e941e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:44:45 +0000 Subject: [PATCH] Bump setuptools from 82.0.1 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 82.0.1 to 83.0.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/v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-pytorch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pytorch.txt b/requirements-pytorch.txt index 4635125b5..cae2c3e3d 100644 --- a/requirements-pytorch.txt +++ b/requirements-pytorch.txt @@ -50,7 +50,7 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3. pyyaml==6.0.3 ; python_version >= "3.11" and python_version < "3.15" requests==2.34.2 ; python_version >= "3.11" and python_version < "3.15" scipy==1.17.1 ; python_version >= "3.11" and python_version < "3.15" -setuptools==82.0.1 ; python_version >= "3.11" and python_version < "3.15" +setuptools==83.0.0 ; python_version >= "3.11" and python_version < "3.15" shapely==2.1.2 ; python_version >= "3.11" and python_version < "3.15" six==1.17.0 ; python_version >= "3.11" and python_version < "3.15" sympy==1.14.0 ; python_version >= "3.11" and python_version < "3.15"