Skip to content

Commit 0d333e9

Browse files
authored
Merge pull request #476 from dajiaji/tighten-cryptography-ver
Tighten the range of pyca/cryptography version.
2 parents 688605b + ec399e7 commit 0d333e9

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

poetry.lock

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ python = "^3.8"
2929
asn1crypto = "^1.4.0"
3030
cbor2 = "^5.4.2"
3131
certvalidator = "^0.11.1"
32-
cryptography = ">=41,<42"
32+
cryptography = ">=41.0.5,<42"
3333
Sphinx = {version = ">=6,<8", optional = true, extras = ["docs"]}
3434
sphinx-autodoc-typehints = {version = "^1.21.0", optional = true, extras = ["docs"]}
3535
sphinx-rtd-theme = {version = "^1.0.0", optional = true, extras = ["docs"]}

0 commit comments

Comments
 (0)