Skip to content

Commit afe709c

Browse files
Merge pull request #1 from endearhealth/replace-pyopenssl
Replace pyopenssl with cryptography (upstream PR IdentityPython#977)
2 parents 9e597e1 + 9d821a3 commit afe709c

5 files changed

Lines changed: 124 additions & 169 deletions

File tree

poetry.lock

Lines changed: 5 additions & 66 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ classifiers = [
2020
]
2121
requires-python = ">= 3.9"
2222
dependencies = [
23-
"cryptography >=3.1",
23+
"cryptography >=40.0",
2424
"defusedxml",
25-
"pyopenssl <24.3.0",
26-
"python-dateutil",
2725
"requests >=2.0.0,<3.0.0", # ^2 means compatible with 2.x
2826
"xmlschema >=2.0.0,<3.0.0"
2927
]
@@ -68,8 +66,6 @@ flake8-bugbear = "^22.8.23"
6866
flake8-logging-format = "^0.7.5"
6967
ipdb = "^0.13.9"
7068
mypy = "^1.0.0"
71-
types-pyopenssl = "^23.0.0.3"
72-
types-python-dateutil = "^2.8.19.6"
7369
types-setuptools = "^67.2.0.1"
7470
types-six = "^1.16.21.4"
7571
types-requests = "^2.28.11.12"

0 commit comments

Comments
 (0)