From 3bb7ae6d37f38da56734a8d05c0af0225de4d57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:22:40 +0000 Subject: [PATCH] Bump the minor-patch group across 1 directory with 2 updates Bumps the minor-patch group with 2 updates in the / directory: [requests](https://github.com/psf/requests) and [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/). 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.2 --- 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.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb243b5..40ebcd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ 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.2", "halo==0.0.31", "pylint==3.3.7", "setuptools==80.9.0" diff --git a/requirements.txt b/requirements.txt index ae464dd..cb3bb22 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.2 halo==0.0.31 pylint==3.3.7 setuptools==80.9.0