Skip to content

Commit 735bfa5

Browse files
committed
deps: restrict pyOpenSSL up to v24.2.1 until it is replaced
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 1af0127 commit 735bfa5

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

poetry.lock

+6-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defusedxml = "*"
4242
importlib-metadata = {version = ">=1.7.0", python = "<3.8"}
4343
importlib-resources = {python = "<3.9", version = "*"}
4444
paste = {optional = true, version = "*"}
45-
pyopenssl = "*"
45+
pyopenssl = "<24.3.0"
4646
python-dateutil = "*"
4747
pytz = "*"
4848
"repoze.who" = {optional = true, version = "*"}

0 commit comments

Comments
 (0)