From 077c7a7037b8d57b97c633d8633fd42282cea21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:23:20 +0000 Subject: [PATCH] Bump setuptools from 69.1.1 to 83.0.0 in /app Bumps [setuptools](https://github.com/pypa/setuptools) from 69.1.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/v69.1.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 96cf45b..d439ed5 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -3,7 +3,7 @@ Django==5.0.4 gunicorn==22.0.0 packaging==24.0 psycopg2-binary==2.9.9 -setuptools==69.1.1 +setuptools==83.0.0 sqlparse==0.5.0 wheel==0.43.0 whitenoise==6.6.0