Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
bumped requests (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Girbons committed Oct 31, 2018
1 parent 5320f04 commit 18bec69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# pip-compile --output-file requirements.txt requirements.in
#
asn1crypto==0.24.0 # via cryptography
certifi==2018.8.24 # via requests
certifi==2018.10.15 # via requests
cffi==1.11.5 # via cryptography
chardet==3.0.4 # via requests
cryptography==2.3.1 # via pyopenssl
idna==2.7 # via cryptography, requests
pycparser==2.19 # via cffi
pyopenssl==18.0.0
requests==2.19.1
requests==2.20.0
six==1.11.0 # via cryptography, pyopenssl
urllib3==1.23 # via requests
urllib3==1.24 # via requests

0 comments on commit 18bec69

Please sign in to comment.