From 9022a0b9629ea037b0806493cdd74c4e16555c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 17:57:35 +0000 Subject: [PATCH] chore(deps): bump setuptools from 68.0.0 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 68.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/v68.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-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 083439e7..25f81ad2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Build dependencies wheel==0.46.2 # For building wheels -setuptools==68.0.0 # For building packages +setuptools==83.0.0 # For building packages build==1.0.3 # For building packages using PEP 517/518 toml==0.10.2 # For reading pyproject.toml files