Skip to content

Commit aed1ede

Browse files
build(deps): Update requests requirement
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.0...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73c26ec commit aed1ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.8.2"
88
description = "Python client library for IBM Cloudant"
99
dependencies = [
1010
"ibm_cloud_sdk_core==3.20.1",
11-
"requests>=2.32.0,<2.32.3",
11+
"requests>=2.32.0,<2.32.4",
1212
"python_dateutil>=2.5.3,<3.0.0",
1313
"PyJWT>=2.0.1,<3.0.0",
1414
]

0 commit comments

Comments
 (0)