From ad1ffc8543f5452fa294c7b50ef206fc58ab5029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:17:48 +0000 Subject: [PATCH] deps(deps): Bump requests from 2.32.5 to 2.33.1 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.1. - [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.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..f35902b 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.1 discord.py==2.6.4 matrix-nio==0.25.2 beautifulsoup4==4.14.2 diff --git a/requirements.txt b/requirements.txt index c0ada00..5ff9186 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.1 discord.py==2.6.4 matrix-nio==0.25.2 beautifulsoup4==4.14.3