From 1d9a67b5deda187182f1cb31072bc5f033f552aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:12:55 +0000 Subject: [PATCH] Bump setuptools from 80.9.0 to 82.0.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 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.9.0...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 e836a4e..b91abdf 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.1" ] [tool.setuptools] diff --git a/requirements.txt b/requirements.txt index c94da63..bd1a27b 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.1