Skip to content

Commit b102fe5

Browse files
authored
Merge pull request #974 from mathoudebine/dependabot/pip/requests-approx-eq-2.33.1
⬆️ Update requests requirement from ~=2.32.5 to ~=2.33.1
2 parents de4e937 + 8daa00c commit b102fe5

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)