From 34d95e3c34a94c695fb61c47b6a5298ef4b36312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 15:32:43 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel). Updates `setuptools` from 80.9.0 to 80.10.2 - [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...v80.10.2) Updates `wheel` from 0.46.2 to 0.46.3 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.46.2...0.46.3) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: wheel dependency-version: 0.46.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d73b25d..2275e1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ beautifulsoup4==4.14.3 black==25.11.0 # Code formatter lxml==6.0.2 mypy==1.19.1 # Type checker -setuptools==80.9.0 # Only required for publish it as a package +setuptools==80.10.2 # Only required for publish it as a package types-beautifulsoup4==4.12.0.20250516 # Stubs for beautifulsoup4 -wheel==0.46.2 # Only required for publish it as a package +wheel==0.46.3 # Only required for publish it as a package