Skip to content

Commit

Permalink
build(deps): update cryptography requirement from <44 to <45
Browse files Browse the repository at this point in the history
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.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 15f3e6d commit 7bf5a7c
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 @@ -26,7 +26,7 @@ dependencies = [
"oauth2client>=4.0.0",
"PyYAML>=3.0",
# https://github.com/iterative/PyDrive2/issues/361
"cryptography<44",
"cryptography<45",
"pyOpenSSL>=19.1.0,<=24.2.1",
]
license = {text = "Apache License 2.0"}
Expand Down

0 comments on commit 7bf5a7c

Please sign in to comment.