From c04408aabc87cb7a6a35a7efed18b6e620a38c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:14:23 +0000 Subject: [PATCH 1/3] build(deps): bump setuptools from 80.10.1 to 82.0.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.1 to 82.0.1. - [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.10.1...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 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 3041fa553..fb8cb87fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,7 +166,7 @@ build = [ # These dependencies are not used in production environments # and should not conflict with other libraries/tooling. "pyinstaller==6.19.0", - "setuptools==80.10.1", + "setuptools==82.0.1", "build==1.4.0" ] scripts = [ diff --git a/requirements.txt b/requirements.txt index 2ee2115a8..fefe32c82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pyyaml==6.0.2 rich==14.3.2 ruamel-yaml==0.19.1 ruamel-yaml-clib==0.2.14 -setuptools==80.10.1 +setuptools==82.0.1 six==1.17.0 sortedcontainers==2.4.0 viv-utils==0.8.0 From 098c9745fda13888d4fd2387c0dcfc431de2d100 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Fri, 3 Apr 2026 12:56:54 -0600 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb8cb87fa..e42711c93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,8 @@ dev = [ "types-psutil==7.2.0.20251228", "types_requests==2.33.0.20260327", "types-protobuf==6.32.1.20250918", - "deptry==0.25.1" + "deptry==0.25.1", + "setuptools==82.0.1" ] build = [ # Dev and build dependencies are not relaxed because From ffb3a14aee2c8cce50f4c5df433df946cc984dfd Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Fri, 3 Apr 2026 13:06:43 -0600 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e42711c93..8f76cf9af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,6 @@ dev = [ "flake8-bugbear==25.11.29", "flake8-encodings==0.5.1", "flake8-comprehensions==3.17.0", - "flake8-logging-format==0.9.0", "flake8-no-implicit-concat==0.3.5", "flake8-print==5.0.0", "flake8-todos==0.3.1", @@ -158,8 +157,7 @@ dev = [ "types-psutil==7.2.0.20251228", "types_requests==2.33.0.20260327", "types-protobuf==6.32.1.20250918", - "deptry==0.25.1", - "setuptools==82.0.1" + "deptry==0.25.1" ] build = [ # Dev and build dependencies are not relaxed because @@ -228,7 +226,6 @@ DEP002 = [ "flake8-comprehensions", "flake8-copyright", "flake8-encodings", - "flake8-logging-format", "flake8-no-implicit-concat", "flake8-print", "flake8-simplify",