Skip to content

Commit

Permalink
Merge pull request #34 from claroty/feature/reuvens/bump-cryptography-41
Browse files Browse the repository at this point in the history
Bump cryptography 41
  • Loading branch information
mixmind authored Aug 10, 2023
2 parents b311ffc + 0cf77c5 commit 8f9407d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sqlalchemy-utils = ">=0.33.0, < 1.0.0"
pg8000 = "1.16.5" # Constant due to - https://github.com/tlocke/pg8000/issues/53
aiohttp = "^3.6.0"
pyjwt = ">= 1.7, < 3.0.0"
cryptography = ">= 2.8, < 40.0.0" # Required for pyjwt
cryptography = ">=37,<42" # Required for pyjwt
marshmallow = "^3.9"
marshmallow-dataclass = "^8.3"
pycryptodomex = "^3.9"
Expand Down

0 comments on commit 8f9407d

Please sign in to comment.