Skip to content

Commit 91df9a8

Browse files
committed
Tighten the range of pyca/cryptography version.
1 parent 688605b commit 91df9a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)