From 11436bacc3a30fe226ff11a953ead4681b641ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:18:56 +0000 Subject: [PATCH] Bump setuptools from 70.0.0 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 78.1.1. - [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/v70.0.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 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 1423e4b..c71f20f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pytz==2024.1 ; python_version >= "3.9" and python_version < "4.0" scikit-image==0.22.0 ; python_version >= "3.9" and python_version < "4.0" scikit-learn==1.5.0 ; python_version >= "3.9" and python_version < "4.0" scipy==1.13.1 ; python_version >= "3.9" and python_version < "4.0" -setuptools==70.0.0 ; python_version >= "3.9" and python_version < "4.0" +setuptools==78.1.1 ; python_version >= "3.9" and python_version < "4.0" six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" sympy==1.12.1 ; python_version >= "3.9" and python_version < "4.0" tabulate==0.9.0 ; python_version >= "3.9" and python_version < "4.0"