Skip to content

Commit

Permalink
Update pyopenssl requirement from <25.0 to <26.0
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@v0.14a1...25.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Jan 14, 2025
1 parent ffcf1a0 commit 34a21c1
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 @@ -51,7 +51,7 @@ dependencies = [
"jinja2>=3.1,<=3.1.5",
"json_stream>=2.3.2,<2.4",
"jq>=1.6.0,<1.9.0",
"PyOpenSSL<25.0",
"PyOpenSSL<26.0",
"opentelemetry-api>=1.27.0,<1.30",
"opentelemetry-sdk>=1.27.0,<1.30",
"opentelemetry-exporter-otlp-proto-http>=1.27.0,<1.30",
Expand Down

0 comments on commit 34a21c1

Please sign in to comment.