Skip to content

Commit 86fdfcd

Browse files
hush-husharbll
authored andcommitted
Bump requests version to 2.20.1 (#3797)
1 parent fdfb99f commit 86fdfcd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ python-etcd==0.4.5
3131
pyyaml==3.11
3232
# note: requests is also used in many checks
3333
# upgrade with caution
34-
requests==2.20.0
35-
# We need to pin this explicitely because both python-etcd and requests depend on urllib3
36-
# but even though requests pins urllib3 < 1.24, python-etcd does not and pip installs the latest anyway.
37-
urllib3==1.23
34+
requests==2.20.1
35+
urllib3==1.24.1
3836
# note: simplejson is used in many checks to inteface APIs
3937
simplejson==3.6.5
4038
supervisor==3.3.3
4139
tornado==3.2.2
4240
uptime==3.0.1
4341
prometheus-client==0.1.0
44-
distro==1.3.0
42+
distro==1.3.0

tests/core/test_proxy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ def test_no_proxy(self):
5757
'https': 'http://localhost:3128',
5858
'no': '127.0.0.1,localhost,169.254.169.254'
5959
}
60+
6061
environ_proxies = get_environ_proxies("https://www.google.com")
62+
environ_proxies.pop('travis_apt', None)
6163
self.assertEquals(expected_proxies, environ_proxies, (expected_proxies, environ_proxies))
6264

6365
# Clear the env variables set

0 commit comments

Comments
 (0)