Skip to content

Commit

Permalink
Allow cryptography up to <42.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jan 17, 2023
1 parent 34a59be commit 4990bc2
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 @@ -28,7 +28,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
cryptography = ">=3.0, <41"
cryptography = ">=3.0, <42"
pyscard = "^2.0"
fido2 = "^1.0"
click = "^8.0"
Expand Down

0 comments on commit 4990bc2

Please sign in to comment.