Skip to content

Commit

Permalink
Merge pull request #161 from igorbenav/update-cryptography
Browse files Browse the repository at this point in the history
fix for cryptography issue
  • Loading branch information
igorbenav authored Sep 14, 2024
2 parents b8c16e9 + 7525f74 commit 6135dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ coverage = "^7.4.4"
testcontainers = "^4.7.1"
psycopg = "^3.2.1"
aiomysql = "^0.2.0"
cryptography = "^42.0.8"
cryptography = "^43.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 6135dab

Please sign in to comment.