Skip to content

Commit

Permalink
build(deps): update pyopenssl requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pyopenssl](https://github.com/pyca/pyopenssl) to permit the latest version.
- [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
- [Commits](pyca/pyopenssl@19.1.0...24.3.0)

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

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

0 comments on commit 1d98609

Please sign in to comment.