Skip to content

Commit

Permalink
build(deps): requests between >=2.32.0,<2.32.3
Browse files Browse the repository at this point in the history
>=2.32.0 for n CVE-2024-35195 fix.
<2.32.3 to avoid default certificate loading regression.
  • Loading branch information
ricellis committed Jun 4, 2024
1 parent c585281 commit 73c11a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.8.1"
description = "Python client library for IBM Cloudant"
dependencies = [
"ibm_cloud_sdk_core==3.20.1",
"requests>=2.20,<3.0",
"requests>=2.32.0,<2.32.3",
"python_dateutil>=2.5.3,<3.0.0",
"PyJWT>=2.0.1,<3.0.0",
]
Expand Down

0 comments on commit 73c11a6

Please sign in to comment.