Skip to content

Commit 17d3b8f

Browse files
committed
Bump cryptography to 44.0.2.
1 parent d1e7cbc commit 17d3b8f

2 files changed

Lines changed: 47 additions & 39 deletions

File tree

poetry.lock

Lines changed: 45 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ exclude = [
2525
]
2626

2727
[tool.poetry.dependencies]
28-
python = "^3.9"
28+
python = "^3.9.2,<4.0"
2929
asn1crypto = "^1.4.0"
3030
cbor2 = "^5.4.2"
3131
certvalidator = "^0.11.1"
32-
cryptography = ">=42.0.1,<44"
32+
cryptography = ">=42.0.1,<45"
3333
Sphinx = {version = ">=7.1,<8", optional = true, extras = ["docs"]}
3434
sphinx-autodoc-typehints = {version = ">=1.25.2,<3.0.0", optional = true, extras = ["docs"]}
3535
sphinx-rtd-theme = {version = ">=1,<4", optional = true, extras = ["docs"]}

0 commit comments

Comments
 (0)