From d2b1485f32b13258512d730a3db360b8743fe7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:55:29 +0000 Subject: [PATCH] Bump setuptools from 69.1.1 to 78.1.1 in /app Bumps [setuptools](https://github.com/pypa/setuptools) from 69.1.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.1.1...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 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..cf36143 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==78.1.1 sqlparse==0.5.0 wheel==0.43.0 whitenoise==6.6.0