Skip to content

Commit 9377d34

Browse files
committed
bum cryptography, openssl versions & resolve CVE-2026-26007 by migrating crypto.verify
1 parent 9e597e1 commit 9377d34

File tree

3 files changed

+139
-80
lines changed

3 files changed

+139
-80
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ keywords = [
1818
classifiers = [
1919
"Topic :: Software Development :: Libraries :: Python Modules",
2020
]
21-
requires-python = ">= 3.9"
21+
requires-python = ">= 3.9.2"
2222
dependencies = [
23-
"cryptography >=3.1",
23+
"cryptography >=46.0.5",
2424
"defusedxml",
25-
"pyopenssl <24.3.0",
25+
"pyopenssl >=25.3.0",
2626
"python-dateutil",
2727
"requests >=2.0.0,<3.0.0", # ^2 means compatible with 2.x
2828
"xmlschema >=2.0.0,<3.0.0"
@@ -68,7 +68,6 @@ flake8-bugbear = "^22.8.23"
6868
flake8-logging-format = "^0.7.5"
6969
ipdb = "^0.13.9"
7070
mypy = "^1.0.0"
71-
types-pyopenssl = "^23.0.0.3"
7271
types-python-dateutil = "^2.8.19.6"
7372
types-setuptools = "^67.2.0.1"
7473
types-six = "^1.16.21.4"

0 commit comments

Comments
 (0)