From 029cb984d5ea5ccea6fa58ea8891dbb0dc52bce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:03:30 +0000 Subject: [PATCH] build(deps): bump setuptools from 82.0.1 to 83.0.0 in /backend Bumps [setuptools](https://github.com/pypa/setuptools) from 82.0.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/v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 3f781a452..43d655c02 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ gunicorn==26.0.0 parsepatch==0.1.3 psycopg2-binary==2.9.12 sentry-sdk==2.60.0 -setuptools==82.0.1 +setuptools==83.0.0 sqlparse==0.5.5 taskcluster==100.1.1 tqdm==4.67.3