From 1179167089aff06edf1290932c803b43dfa477cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:23:38 +0000 Subject: [PATCH] Bump requests from 2.33.0 to 2.34.2 in the minor-patch group Bumps the minor-patch group with 1 update: [requests](https://github.com/psf/requests). Updates `requests` from 2.33.0 to 2.34.2 - [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.33.0...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 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 8560543..898827e 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.33.0", + "requests==2.34.2", "argparse==1.4.0", "beautifulsoup4==4.14.3", "halo==0.0.31", diff --git a/requirements.txt b/requirements.txt index ac52704..01e7972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.33.0 +requests==2.34.2 argparse==1.4.0 beautifulsoup4==4.14.3 halo==0.0.31