Skip to content

Commit a51afe7

Browse files
hovaescohashhar
authored andcommitted
Bump min requests version to 2.31.0
Fixing requests CVE GHSA-j8r2-6x86-q33q
1 parent 784fff3 commit a51afe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
"backports.zoneinfo;python_version<'3.9'",
8383
"python-dateutil",
8484
"pytz",
85-
"requests",
85+
# requests CVE https://github.com/advisories/GHSA-j8r2-6x86-q33q
86+
"requests>=2.31.0",
8687
"tzlocal",
8788
],
8889
extras_require={

0 commit comments

Comments
 (0)