From 064d6203beed5179bf717d4a484d878ef10843e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:20:09 +0000 Subject: [PATCH] build(deps): bump setuptools from 80.9.0 to 80.10.2 in /backend Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 80.10.2. - [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/v80.9.0...v80.10.2) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2719529b6..3091892d4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ gunicorn==23.0.0 parsepatch==0.1.3 psycopg2-binary==2.9.11 sentry-sdk==2.47.0 -setuptools==80.9.0 +setuptools==80.10.2 sqlparse==0.5.4 taskcluster==95.1.4 tqdm==4.67.1