Skip to content

Commit 739341e

Browse files
committed
fix min deps
1 parent 21ef6c7 commit 739341e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = []
5151
pip = ["pip"]
5252
gevent = ["gevent>=20.6.0"]
5353
coverage = [
54-
"pytest-cov",
54+
"pytest-cov>=2.10.0",
5555
"coverage>=5,<=7.10.6"
5656
]
5757
mockupdb = [

requirements/ocsp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin'
99
pyopenssl>=20.0.0
1010
requests>=2.23.0,<3.0
11-
cryptography>=35.0
11+
cryptography>=3.2
1212
service_identity>=18.1.0

uv.lock

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

0 commit comments

Comments
 (0)