Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 6eaead9

Browse files
committed
BLD: update to latest requests version
1 parent 7af433d commit 6eaead9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

etc/python2.7-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies:
5050
- python-editor==1.0.3
5151
- pytz==2017.2
5252
- redo==2.0.1
53-
- requests==2.18.4
53+
- requests==2.20.1
5454
- requests-file==1.4.2
5555
- requests-ftp==0.3.1
5656
- six==1.11.0

etc/python3.6-environment-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies:
7070
- pysha3==1.0.2
7171
- python-editor==1.0.3
7272
- redo==2.0.1
73-
- requests==2.18.4
73+
- requests==2.20.1
7474
- requests-file==1.4.3
7575
- requests-ftp==0.3.1
7676
- requests-toolbelt==0.8.0

etc/python3.6-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies:
7373
- pysha3==1.0.2
7474
- python-editor==1.0.3
7575
- redo==2.0.1
76-
- requests==2.18.4
76+
- requests==2.20.1
7777
- requests-file==1.4.3
7878
- requests-ftp==0.3.1
7979
- requests-toolbelt==0.8.0

etc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ python-dateutil==2.7.3
2929
six==1.11.0
3030

3131
# For fetching remote data
32-
requests==2.18.4
32+
requests==2.20.1
3333

3434
Cython==0.27.3
3535

0 commit comments

Comments
 (0)