From 9fe0bbff26f72b240a888a45f96a658d9d96bd18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:03:42 +0000 Subject: [PATCH] chore(deps): bump setuptools from 69.5.1 to 78.1.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 69.5.1 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/v69.5.1...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 39fad4f..4aedec3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ redis==5.0.3 ; python_version >= "3.12" and python_version < "4.0" referencing==0.34.0 ; python_version >= "3.12" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.12" and python_version < "4.0" rpds-py==0.18.0 ; python_version >= "3.12" and python_version < "4.0" -setuptools==69.5.1 ; python_version >= "3.12" and python_version < "4.0" +setuptools==78.1.1 ; python_version >= "3.12" and python_version < "4.0" six==1.16.0 ; python_version >= "3.12" and python_version < "4.0" sqlparse==0.5.0 ; python_version >= "3.12" and python_version < "4.0" stack-data==0.6.3 ; python_version >= "3.12" and python_version < "4.0"