Skip to content

Commit c7f9988

Browse files
committed
fix min deps
1 parent 8d364c3 commit c7f9988

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Tracker = "https://jira.mongodb.org/projects/PYTHON/issues"
4949
[dependency-groups]
5050
dev = []
5151
pip = ["pip>=20.2"]
52-
gevent = ["gevent>=20.6.0"]
52+
gevent = ["gevent>=21.8"]
5353
coverage = [
5454
"pytest-cov>=4.0.0",
5555
"coverage[toml]>=5,<=7.10.6"

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.1
1010
requests>=2.23.0,<3.0
11-
cryptography>=3.2
11+
cryptography>=37.0.1
1212
service_identity>=18.1.0

uv.lock

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

0 commit comments

Comments
 (0)