From fda374de28bedffd96e8bcece172c40b7b240766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:46:38 +0000 Subject: [PATCH] deps: bump requests from 2.33.1 to 2.34.2 Bumps [requests](https://github.com/psf/requests) from 2.33.1 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.1...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f1a5b1b..9c60b7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ argon2-cffi==25.1.0 # More secure password hashing # HTTP Client - Security patches httpx==0.28.1 aiohttp==3.14.0 -requests==2.33.1 # CVE-2026-25645 fix +requests==2.34.2 # CVE-2026-25645 fix # Validation & Serialization - Updated pydantic==2.13.3