Skip to content

Commit

Permalink
Merge pull request #433 from Tenzer/cryptography-44
Browse files Browse the repository at this point in the history
Allow usage with Cryptography 44.0.0
  • Loading branch information
dajiaji authored Nov 28, 2024
2 parents 04af05b + 64bb5f5 commit 9284618
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
78 changes: 40 additions & 38 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ exclude = [
]

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
cryptography = ">=42.0.1,<44"
python = ">=3.9.2,<4.0"
cryptography = ">=42.0.1,<45"
pycryptodomex = ">=3.18.0"
iso8601 = ">=1.0.2,<3.0.0"
Sphinx = {version = ">=7.1,<8", optional = true, extras = ["docs"]}
Expand Down

0 comments on commit 9284618

Please sign in to comment.