From eb6e4baa88594692ebfeae3022cff866de47e054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:47:26 +0000 Subject: [PATCH] Bump setuptools from 83.0.0 to 84.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 83.0.0 to 84.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/v83.0.0...v84.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 84.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 b460d880f..a71b8e571 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==83.0.0 ; python_version >= "3.11" and python_version < "3.15" +setuptools==84.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"