From 46a213da078dd0aaae2ffd6d051f3c4687883de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:00:11 +0000 Subject: [PATCH] build(deps): bump setuptools from 80.9.0 to 83.0.0 in /requirements Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 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/v80.9.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/pip_tools.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index dc223b8..086ec08 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -11,7 +11,7 @@ click==8.3.1 packaging==25.0 # via build pip-tools==7.5.2 - # via -r requirements/pip_tools.in + # via -r pip_tools.in pyproject-hooks==1.2.0 # via # build @@ -22,5 +22,5 @@ wheel==0.45.1 # The following packages are considered to be unsafe in a requirements file: pip==25.3 # via pip-tools -setuptools==80.9.0 +setuptools==83.0.0 # via pip-tools