Skip to content

Commit f3c1523

Browse files
authored
Merge pull request #497 from pypa/bugfix/491-requests-220
Pin to requests 2.20 or later.
2 parents 2f8c336 + 20c33ca commit f3c1523

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/changelog.rst

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
=========
44
Changelog
55
=========
6+
* :bug:`491` Require requests 2.20 or later to avoid reported security
7+
vulnerabilities in earlier releases.
68
* :release:`1.15.0 <2019-09-17>`
79
* :feature:`488` Improved output on ``check`` command:
810
Prints a message when there are no distributions given to check.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
install_requires=[
7373
"pkginfo >= 1.4.2",
7474
"readme_renderer >= 21.0",
75-
"requests >= 2.5.0, != 2.15, != 2.16",
75+
"requests >= 2.20",
7676
"requests-toolbelt >= 0.8.0, != 0.9.0",
7777
"setuptools >= 0.7.0",
7878
"tqdm >= 4.14",

0 commit comments

Comments
 (0)