From 85529610ef2d6aee690a144783427e55f7d59b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:08:50 +0000 Subject: [PATCH] Bump setuptools from 80.9.0 to 82.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 82.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...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.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 e836a4e..8479be2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "beautifulsoup4==4.14.3", "halo==0.0.31", "pylint==3.3.7", - "setuptools==80.9.0" + "setuptools==82.0.0" ] [tool.setuptools] diff --git a/requirements.txt b/requirements.txt index c94da63..a831b53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ argparse==1.4.0 beautifulsoup4==4.14.3 halo==0.0.31 pylint==3.3.7 -setuptools==80.9.0 +setuptools==82.0.0