From 8f943f26d4cf9f93e336d5e7eb5cf4c0922102fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:25:21 +0000 Subject: [PATCH] Bump the minor-patch group across 1 directory with 3 updates Bumps the minor-patch group with 3 updates in the / directory: [requests](https://github.com/psf/requests), [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) and [setuptools](https://github.com/pypa/setuptools). Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5) Updates `beautifulsoup4` from 4.13.4 to 4.14.3 Updates `setuptools` from 80.9.0 to 80.10.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...v80.10.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: setuptools dependency-version: 80.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb243b5..bfdd547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,12 +11,12 @@ requires-python = ">=3.10" license = {text = "MIT"} authors = [{ name = "Simon Kobler", email = "github@kobler.me" }] dependencies = [ - "requests==2.32.4", + "requests==2.32.5", "argparse==1.4.0", - "beautifulsoup4==4.13.4", + "beautifulsoup4==4.14.3", "halo==0.0.31", "pylint==3.3.7", - "setuptools==80.9.0" + "setuptools==80.10.1" ] [tool.setuptools] diff --git a/requirements.txt b/requirements.txt index ae464dd..76291eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -requests==2.32.4 +requests==2.32.5 argparse==1.4.0 -beautifulsoup4==4.13.4 +beautifulsoup4==4.14.3 halo==0.0.31 pylint==3.3.7 -setuptools==80.9.0 +setuptools==80.10.1