Skip to content

Commit

Permalink
Update Cryptography dependency (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
priitlatt authored Nov 4, 2020
1 parent 69643a4 commit c681eac
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 184 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.3.1
-------------

- Update [cryptography](https://github.com/pyca/cryptography) Python dependency to version ~=3.2.

Version 0.3.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipenv = "*"
pyopenssl = "~=19.0"
pyjwt = "~=1.7.1"
requests = "~=2.22.0"
cryptography = "~=3.0"
cryptography = "~=3.2"

[requires]
python_version = "3.7"
Loading

0 comments on commit c681eac

Please sign in to comment.