Skip to content

Commit 8daa00c

Browse files
dependabot[bot]mathoudebine
authored andcommitted
⬆️ Update requests requirement from ~=2.32.5 to ~=2.33.1
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.32.5...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2582b38 commit 8daa00c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ babel~=2.18.0 # Date/time formatting
77
ruamel.yaml~=0.19.1 # For configuration editor
88
sv-ttk~=2.6.1 # Tk Sun Valley theme for configuration editor
99
tkinter-tooltip~=3.1.2 # Tooltips for configuration editor
10-
uptime~=3.0.1 # For System Uptime
11-
requests~=2.32.5 # HTTP library
10+
uptime~=3.0.1 # For System Uptime
1211
ping3~=5.1.5 # ICMP ping implementation using raw socket
1312
pyinstaller~=6.19.0 # bundles a Python application and all its dependencies into a single package
1413

14+
# HTTP library
15+
requests~=2.32.5; python_version < "3.10"
16+
requests~=2.33.1; python_version >= "3.10"
17+
1518
# Image generation
1619
Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported
1720
Pillow~=12.2.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine

0 commit comments

Comments
 (0)