Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 07eb593

Browse files
Update dependency requests to v2.32.2
1 parent 236b31b commit 07eb593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools~=68.2.2
2-
requests~=2.31.0
2+
requests~=2.32.2
33
packaging~=23.2
44
configparser~=6.0.0
55
pytest~=7.4.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Topic :: Utilities",
1616
],
1717
install_requires=[
18-
'requests>=2.31.0',
18+
'requests>=2.32.2',
1919
'configparser',
2020
'packaging'
2121
],

0 commit comments

Comments
 (0)