Skip to content

Commit 181ab25

Browse files
authored
fix(requests): Bump to fix CVE-2023-32681 [1] (#69)
fix(requests): Bump to fix CVE-2023-32681 [1] [1] https://nvd.nist.gov/vuln/detail/CVE-2023-32681
1 parent ce662f9 commit 181ab25

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

python/licenses/license.txt

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/licenses/license_info.csv

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/requirements.txt

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/setup.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
authlib >= 1.0.0,<1.1.0
22
certifi >= 14.05.14
33
python_dateutil >= 2.5.3
4-
requests >= 2.0.0, <= 3.0.0
4+
requests >=2.0.0, <3.0.0
55
setuptools >= 24.2.0
66
six >= 1.10
77
urllib3 >= 1.15.1

templates/python/setup.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ REQUIRES = [
2222
"six>=1.10",
2323
"urllib3>=1.23",
2424
"Authlib>=1.0.0,<1.1.0",
25-
"requests<=2.29.0"
25+
"requests>=2.0.0,<3.0.0"
2626
]
2727
2828
{{#asyncio}}

0 commit comments

Comments
 (0)