Skip to content

Commit

Permalink
Bump urllib3 to 1.24.3, Bump cli to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed May 4, 2019
1 parent 5edeeb6 commit 8215faa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -11,7 +11,7 @@ docker = "==3.7.1"
[packages]
cryptography = "==2.4.2"
python-gnupg = "==0.4.4"
urllib3 = "==1.24.2"
urllib3 = "==1.24.3"
requests = "==2.21.0"
pycodestyle = "==2.4.0"
click = "==7.0"
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli.py
Expand Up @@ -5,7 +5,7 @@
from mtls import MutualTLS


VERSION = 'v0.8.1'
VERSION = 'v0.8.2'
HELP_TEXT = ('mtls is a PGP Web of Trust based SSL Client Certificate '
'generation tool based on Googles Beyond Corp Zero Trust '
'Authentication. Version {}.'.format(VERSION))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -13,4 +13,4 @@ pyopenssl==19.0.0
python-gnupg==0.4.4
requests==2.21.0
six==1.12.0
urllib3==1.24.2
urllib3==1.24.3

0 comments on commit 8215faa

Please sign in to comment.