From 4b1d4ba9c8f127439df1873af9f85f93aff45b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:24:18 +0000 Subject: [PATCH] Bump requests from 2.32.5 to 2.33.0 in the minor-patch group Bumps the minor-patch group with 1 update: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.5 to 2.33.0 - [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.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... 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..8add0c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" license = {text = "MIT"} authors = [{ name = "Simon Kobler", email = "github@kobler.me" }] dependencies = [ - "requests==2.32.5", + "requests==2.33.0", "argparse==1.4.0", "beautifulsoup4==4.14.3", "halo==0.0.31", diff --git a/requirements.txt b/requirements.txt index c94da63..2340b24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.32.5 +requests==2.33.0 argparse==1.4.0 beautifulsoup4==4.14.3 halo==0.0.31