Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Update certifi to 2019.11.28 #924

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asn1crypto==0.24.0 # via cryptography
bcrypt==3.1.4 # via paramiko
certifi==2018.4.16 # via requests
certifi==2019.11.28 # via requests
cffi==1.11.5 # via bcrypt, cryptography, pynacl
chardet==3.0.4 # via requests
click-plugins==1.0.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==18.1.0 # via pytest
babel==2.6.0 # via sphinx
backcall==0.1.0 # via ipython
bumpversion==0.5.3
certifi==2018.4.16 # via requests
certifi==2019.11.28 # via requests
cffi==1.11.5 # via cryptography
chardet==3.0.4 # via requests
click==6.7 # via pur
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ attrs==18.1.0 # via pytest
babel==2.6.0 # via sphinx
backcall==0.1.0 # via ipython
bumpversion==0.5.3
certifi==2018.4.16 # via requests
certifi==2019.11.28 # via requests
cffi==1.11.5 # via cryptography
chardet==3.0.4 # via requests
colorama==0.3.9 # via hunter
Expand Down