Skip to content

Commit 1b9f0a1

Browse files
ofekarbll
authored andcommitted
upgrade requests dependency (#3753)
1 parent 4ba730d commit 1b9f0a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ ntplib==0.3.3
2626
# utils/service_discovery/config_stores.py
2727
python-consul==0.4.7
2828
# utils/service_discovery/config_stores.py
29-
urllib3<1.23
3029
python-etcd==0.4.5
3130
# the libyaml bindings are optional
3231
pyyaml==3.11
3332
# note: requests is also used in many checks
3433
# upgrade with caution
35-
requests==2.18.4
34+
requests==2.19.0
3635
# note: simplejson is used in many checks to inteface APIs
3736
simplejson==3.6.5
3837
supervisor==3.3.3

0 commit comments

Comments
 (0)