Skip to content

Commit

Permalink
Upgrade cryptography to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed Oct 29, 2020
1 parent 23f0b9f commit d4861ec
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 57 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ shell:
setup: set-hooks
@pipenv sync --dev

.PHONY: pipenv-lock
pipenv-lock:
.PHONY: requirements.txt
requirements.txt:
@pipenv update
@pipenv lock -r > requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker = "==4.3.1"

[packages]
click = "==7.1.2"
cryptography = "==3.1.1"
cryptography = "==3.2"
pyOpenSSL = "==19.1.0"
pycodestyle = "==2.6.0"
python-gnupg = "==0.4.6"
Expand Down
115 changes: 62 additions & 53 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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ certifi==2020.6.20
cffi==1.14.3
chardet==3.0.4
click==7.1.2
cryptography==3.1.1
cryptography==3.2
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pycodestyle==2.6.0
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down

0 comments on commit d4861ec

Please sign in to comment.