From a3ed7cc8cecc80c465ccd99cb261fc18b737394e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:14:42 +0000 Subject: [PATCH] Update setuptools requirement from ~=70.0.0 to ~=75.1.0 Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [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...v75.1.0) --- updated-dependencies: - dependency-name: setuptools 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 26aadb1..48c6b59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ drf-spectacular~=0.27.2 pillow~=10.3.0 psycopg2-binary~=2.9.9 python-dotenv~=1.0.1 -setuptools~=70.0.0 \ No newline at end of file +setuptools~=75.1.0 \ No newline at end of file