From abb501ce81a52a6a6ba0567973631b99ed1f139a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:38:02 +0000 Subject: [PATCH] build(deps): Bump setuptools from 79.0.0 to 83.0.0 in /requirements Bumps [setuptools](https://github.com/pypa/setuptools) from 79.0.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/v79.0.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pip-tools.txt | 4 ++-- requirements/pip.txt | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 89086ac7..a9a395aa 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -13,7 +13,7 @@ packaging==26.1 # build # wheel pip-tools==7.5.3 - # via -r requirements/pip-tools.in + # via -r pip-tools.in pyproject-hooks==1.2.0 # via # build @@ -24,5 +24,5 @@ wheel==0.47.0 # The following packages are considered to be unsafe in a requirements file: pip==26.0.1 # via pip-tools -setuptools==82.0.1 +setuptools==83.0.0 # via pip-tools diff --git a/requirements/pip.txt b/requirements/pip.txt index b9c76b17..55a639b4 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -5,12 +5,12 @@ # make upgrade # wheel==0.45.1 - # via -r requirements/pip.in + # via -r pip.in # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via - # -c requirements/../edx_lint/files/common_constraints.txt - # -r requirements/pip.in -setuptools==79.0.0 - # via -r requirements/pip.in + # -c ../edx_lint/files/common_constraints.txt + # -r pip.in +setuptools==83.0.0 + # via -r pip.in