From 70be68ddab01d98366d786a7f6f8afc5ecfa03b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:12:17 +0000 Subject: [PATCH] Bump setuptools from 80.10.1 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.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/v80.10.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fae87af5f3..35cc1391d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pymongo==4.16.0; python_version >= '3.9' python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' python-dotenv==1.2.2; python_version >= '3.10' requests==2.33.0; python_version >= '3.10' -setuptools==80.10.1; python_version >= '3.9' +setuptools==83.0.0; python_version >= '3.9' six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' tinycss2==1.5.1; python_version >= '3.10' typing-extensions==4.15.0; python_version >= '3.9'