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 29, 2024
1 parent d88708b commit db0c4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"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",
],
extras_require={
"fsspec": [
Expand Down

0 comments on commit db0c4f4

Please sign in to comment.