From 6bdd2cd50ef860c94e6bcf0ef5d4df754621f9a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:27:11 +0000 Subject: [PATCH] :arrow_up: Update requests requirement from ~=2.33.1 to ~=2.34.0 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 074e8a0a..54ca5d76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pycryptodome~=3.23.0 # For TURZX USB models: decrypt/encrypt frames using DES # HTTP library requests~=2.32.5; python_version < "3.10" -requests~=2.33.1; python_version >= "3.10" +requests~=2.34.0; python_version >= "3.10" # Image generation Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported