Skip to content

Commit 0197420

Browse files
build(deps): update cryptography requirement from <44 to <45
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@0.1...44.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15f3e6d commit 0197420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"oauth2client>=4.0.0",
2727
"PyYAML>=3.0",
2828
# https://github.com/iterative/PyDrive2/issues/361
29-
"cryptography<44",
29+
"cryptography<45",
3030
"pyOpenSSL>=19.1.0,<=24.2.1",
3131
]
3232
license = {text = "Apache License 2.0"}

0 commit comments

Comments
 (0)