Skip to content

Commit 143f90b

Browse files
⬆️ Update requests requirement from ~=2.34.1 to ~=2.34.2
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](psf/requests@v2.34.1...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c01cb03 commit 143f90b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pycryptodome~=3.23.0 # For TURZX USB models: decrypt/encrypt frames using DES
1515

1616
# HTTP library
1717
requests~=2.32.5; python_version < "3.10"
18-
requests~=2.34.1; python_version >= "3.10"
18+
requests~=2.34.2; python_version >= "3.10"
1919

2020
# Image generation
2121
Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported

0 commit comments

Comments
 (0)