Skip to content

Commit

Permalink
BLD: update to latest requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
lenak25 committed Nov 11, 2018
1 parent 7af433d commit 6eaead9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etc/python2.7-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
- python-editor==1.0.3
- pytz==2017.2
- redo==2.0.1
- requests==2.18.4
- requests==2.20.1
- requests-file==1.4.2
- requests-ftp==0.3.1
- six==1.11.0
Expand Down
2 changes: 1 addition & 1 deletion etc/python3.6-environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies:
- pysha3==1.0.2
- python-editor==1.0.3
- redo==2.0.1
- requests==2.18.4
- requests==2.20.1
- requests-file==1.4.3
- requests-ftp==0.3.1
- requests-toolbelt==0.8.0
Expand Down
2 changes: 1 addition & 1 deletion etc/python3.6-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies:
- pysha3==1.0.2
- python-editor==1.0.3
- redo==2.0.1
- requests==2.18.4
- requests==2.20.1
- requests-file==1.4.3
- requests-ftp==0.3.1
- requests-toolbelt==0.8.0
Expand Down
2 changes: 1 addition & 1 deletion etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python-dateutil==2.7.3
six==1.11.0

# For fetching remote data
requests==2.18.4
requests==2.20.1

Cython==0.27.3

Expand Down

0 comments on commit 6eaead9

Please sign in to comment.