From 40b0202b325f3970b3e2e9eb5c07d43cff5e2ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:58:09 +0000 Subject: [PATCH] deps(deps): Bump requests in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- Docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/requirements.txt b/Docker/requirements.txt index 4421c28..7a365d9 100644 --- a/Docker/requirements.txt +++ b/Docker/requirements.txt @@ -22,7 +22,7 @@ ollama==0.6.1 # CVE-2024-45590, CVE-2024-42473: Fixed in requests >= 2.32.2 # CVE-2024-6472: Fixed in requests >= 2.32.4 # Using latest stable version 2.32.5 -requests==2.32.5 +requests==2.33.0 discord.py==2.6.4 matrix-nio==0.25.2 beautifulsoup4==4.14.2 diff --git a/requirements.txt b/requirements.txt index c0ada00..c63c104 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ ollama==0.6.1 # CVE-2024-45590, CVE-2024-42473: Fixed in requests >= 2.32.2 # CVE-2024-6472: Fixed in requests >= 2.32.4 # Using latest stable version 2.32.5 -requests==2.32.5 +requests==2.33.0 discord.py==2.6.4 matrix-nio==0.25.2 beautifulsoup4==4.14.3