Skip to content

Commit a30f719

Browse files
committed
fix min deps
1 parent c7f9988 commit a30f719

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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>=21.8"]
52+
gevent = ["gevent>=21.12"]
5353
coverage = [
5454
"pytest-cov>=4.0.0",
5555
"coverage[toml]>=5,<=7.10.6"

requirements/ocsp.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# store and just use certifi on macOS.
77
# https://www.pyopenssl.org/en/stable/api/ssl.html#OpenSSL.SSL.Context.set_default_verify_paths
88
certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin'
9-
pyopenssl>=20.0.1
9+
pyopenssl>=23.2.0
1010
requests>=2.23.0,<3.0
11-
cryptography>=37.0.1
11+
cryptography>=42.0.0
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)