Skip to content

Commit

Permalink
Update pyopenssl requirement from >=20.0.1,<24.0.0 to >=20.0.1,<25.0.0 (
Browse files Browse the repository at this point in the history
#8698)

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@20.0.1...24.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 9c9f38b commit a8f829c
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 @@ -260,7 +260,7 @@ jsonrpclib-pelix = "^0.4.2"
Mako = "^1.1.4"
markdown2 = "^2.4.0"
PyGithub = ">=1.54.1,<3.0.0"
pyOpenSSL = ">=20.0.1,<24.0.0"
pyOpenSSL = ">=20.0.1,<25.0.0"
python-dateutil = "^2.8.1"
python-twitter = "^3.5"
rarfile = "^4.0"
Expand Down

0 comments on commit a8f829c

Please sign in to comment.