From f3cac346223c4441ef20e8e5e6e4eb0ef293c493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:45:12 +0000 Subject: [PATCH] build(deps): bump setuptools from 82.0.1 to 83.0.0 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc50267ff3..c152f0395d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,7 +152,7 @@ build = [ # These dependencies are not used in production environments # and should not conflict with other libraries/tooling. "pyinstaller==6.21.0", - "setuptools==82.0.1", + "setuptools==83.0.0", "build==1.5.0" ] scripts = [ diff --git a/requirements.txt b/requirements.txt index a9568e7e75..932995de21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pyyaml==6.0.2 rich==15.0.0 ruamel-yaml==0.19.1 ruamel-yaml-clib==0.2.14 -setuptools==82.0.1 +setuptools==83.0.0 six==1.17.0 sortedcontainers==2.4.0 viv-utils==0.8.0