Skip to content

Commit 612c26e

Browse files
chore(deps): bump pyopenssl from 25.1.0 to 25.2.0 (#738)
Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.1.0 to 25.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst">pyopenssl's changelog</a>.</em></p> <blockquote> <h2>25.2.0 (2025-09-14)</h2> <p>Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p> <ul> <li>The minimum <code>cryptography</code> version is now 45.0.7.</li> </ul> <p>Deprecations: ^^^^^^^^^^^^^</p> <p>Changes: ^^^^^^^^</p> <ul> <li>pyOpenSSL now sets <code>SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER</code> on connections by default, matching CPython's behavior.</li> <li>Added <code>OpenSSL.SSL.Context.clear_mode</code>.</li> <li>Added <code>OpenSSL.SSL.Context.set_tls13_ciphersuites</code> to set the allowed TLS 1.3 ciphers.</li> <li>Added <code>OpenSSL.SSL.Connection.set_info_callback</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/pyopenssl/commit/6ccf90b36da20d9ad6adccde280d1dd3df792e7f"><code>6ccf90b</code></a> Prepare for a release (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1446">#1446</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/5f46403a4adb28c331a36f2129efccf4af219c20"><code>5f46403</code></a> Added <code>OpenSSL.SSL.Connection.set_info_callback</code> (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1438">#1438</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/95cf8fa3cec8d8ec9f0dca8dd1977a0fd86363b2"><code>95cf8fa</code></a> Update tests to not rely on mutating contexts (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1445">#1445</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/946f87ecab525027e7fa18d869dc19224574724b"><code>946f87e</code></a> Remove fallback path for old OpenSSL (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1443">#1443</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/0213311bb2e225a9d081eec026a5ee6afafa4a7c"><code>0213311</code></a> Fix for new mypy release (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1444">#1444</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/7fd0ab84a07d7ec1461344be1bd0698c56dae423"><code>7fd0ab8</code></a> Bump actions/setup-python from 5 to 6 (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1440">#1440</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/8daf0d1066ddfe901991d5dfba63450b3ced464a"><code>8daf0d1</code></a> Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1439">#1439</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/56199439d5c0b7c462b6c4f190855099f7296417"><code>5619943</code></a> Set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER in calling OpenSSL (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1287">#1287</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/a33fe4f3d854e945a51a007c5ad5c64b749a723f"><code>a33fe4f</code></a> Bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1437">#1437</a>)</li> <li><a href="https://github.com/pyca/pyopenssl/commit/3d5a7595c492174f1c2019887c72af55ea31c675"><code>3d5a759</code></a> Switch from tox to nox (<a href="https://redirect.github.com/pyca/pyopenssl/issues/1436">#1436</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyca/pyopenssl/compare/25.1.0...25.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyopenssl&package-manager=pip&previous-version=25.1.0&new-version=25.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @kishore7snehil. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fed19a commit 612c26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipx==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
2424
pluggy==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
2525
pycparser==2.23 ; python_version >= "3.7" and python_version < "4.0"
2626
pyjwt==2.9.0 ; python_version >= "3.7" and python_version < "4.0"
27-
pyopenssl==25.1.0 ; python_version >= "3.7" and python_version < "4.0"
27+
pyopenssl==25.2.0 ; python_version >= "3.7" and python_version < "4.0"
2828
pytest-aiohttp==1.0.5 ; python_version >= "3.7" and python_version < "4.0"
2929
pytest-asyncio==0.23.8 ; python_version >= "3.7" and python_version < "4.0"
3030
pytest-cov==4.1.0 ; python_version >= "3.7" and python_version < "4.0"

0 commit comments

Comments
 (0)