[pull] master from aio-libs:master#457
Merged
pull[bot] merged 4 commits intotj-python:masterfrom Feb 15, 2026
Merged
Conversation
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.1 to 25.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/benoitc/gunicorn/releases">gunicorn's releases</a>.</em></p> <blockquote> <h2>25.0.3</h2> <h2>What's Changed</h2> <h3>Bug Fixes</h3> <ul> <li>Fix RuntimeError when StopIteration raised in ASGI coroutine (<a href="https://redirect.github.com/benoitc/gunicorn/issues/3484">#3484</a>)</li> <li>Fix passing maxsplit in re.split() as positional argument (deprecated in Python 3.13)</li> </ul> <h3>Documentation</h3> <ul> <li>Updated sponsorship section and homepage</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/benoitc/gunicorn/compare/25.0.2...25.0.3">https://github.com/benoitc/gunicorn/compare/25.0.2...25.0.3</a></p> <h2>25.0.2</h2> <h2>What's Changed</h2> <h3>Bug Fixes</h3> <ul> <li>Fix ASGI concurrent request failures through nginx proxy</li> <li>Graceful disconnect handling for ASGI worker</li> <li>Lazy import dirty module for gevent compatibility</li> </ul> <h3>Other</h3> <ul> <li>Increase CI timeout for signal tests on PyPy</li> <li>Remove trailing blank line in instrument/<strong>init</strong>.py</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.2">https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/benoitc/gunicorn/commit/fc850687df6ebc356142cf1ce478fb8788397ca7"><code>fc85068</code></a> chore: prepare release 25.0.3</li> <li><a href="https://github.com/benoitc/gunicorn/commit/787602fc886ebc0e1c4475c12b0c5ac306baca86"><code>787602f</code></a> docs: shorten README sponsor section</li> <li><a href="https://github.com/benoitc/gunicorn/commit/a52c81ff3a8f321ba58fb673cccf8220bb428076"><code>a52c81f</code></a> Merge pull request <a href="https://redirect.github.com/benoitc/gunicorn/issues/3492">#3492</a> from benoitc/feature/improve-sponsorship</li> <li><a href="https://github.com/benoitc/gunicorn/commit/1afb2b7da94751d5cac66f155f34b791be96a7f0"><code>1afb2b7</code></a> Merge pull request <a href="https://redirect.github.com/benoitc/gunicorn/issues/3490">#3490</a> from tyrossel/master</li> <li><a href="https://github.com/benoitc/gunicorn/commit/2ead70d7b396e485b4c027bc12760b4ec1deb5c5"><code>2ead70d</code></a> docs: add Sponsor to top-level navigation</li> <li><a href="https://github.com/benoitc/gunicorn/commit/874e8be0a1be27c0880dfcab6278576d2e723980"><code>874e8be</code></a> docs: shorten sponsor section on homepage</li> <li><a href="https://github.com/benoitc/gunicorn/commit/7293b216f4eb17ecdace5811a63b9ff0e1efff38"><code>7293b21</code></a> docs: add prominent sponsorship options</li> <li><a href="https://github.com/benoitc/gunicorn/commit/70d571bd7cd6fcfda48888367bc6ff29f250b3fb"><code>70d571b</code></a> docs: update homepage title and remove version display</li> <li><a href="https://github.com/benoitc/gunicorn/commit/d301d53758364f8d3dc1f7313c293af3865afc17"><code>d301d53</code></a> fix: resolve RuntimeError when StopIteration raised in ASGI coroutine</li> <li><a href="https://github.com/benoitc/gunicorn/commit/9508df658dabe4dfece4847486d52f25fe05ad64"><code>9508df6</code></a> test: increase CI timeout for signal tests on PyPy</li> <li>Additional commits viewable in <a href="https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.3">compare view</a></li> </ul> </details> <br /> [](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-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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…roup across 1 directory (#12054) Bumps the pip group with 1 update in the /requirements directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 46.0.3 to 46.0.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>46.0.5 - 2026-02-10</p> <pre><code> * An attacker could create a malicious public key that reveals portions of your private key when using certain uncommon elliptic curves (binary curves). This version now includes additional security checks to prevent this attack. This issue only affects binary elliptic curves, which are rarely used in real-world applications. Credit to **XlabAI Team of Tencent Xuanwu Lab and Atuin Automated Vulnerability Discovery Engine** for reporting the issue. **CVE-2026-26007** * Support for ``SECT*`` binary elliptic curves is deprecated and will be removed in the next release. <p>.. v46-0-4:</p> <p>46.0.4 - 2026-01-27<br /> </code></pre></p> <ul> <li><code>Dropped support for win_arm64 wheels</code>_.</li> <li>Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.5.</li> </ul> <p>.. _v46-0-3:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/06e120e682cb200e3f7050c02f0bcdac90c4c6ad"><code>06e120e</code></a> bump version for 46.0.5 release (<a href="https://redirect.github.com/pyca/cryptography/issues/14289">#14289</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"><code>0eebb9d</code></a> EC check key on cofactor > 1 (<a href="https://redirect.github.com/pyca/cryptography/issues/14287">#14287</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/bedf6e186b814f69a3f54f51252c23a71d44ed2e"><code>bedf6e1</code></a> fix openssl version on 46 branch (<a href="https://redirect.github.com/pyca/cryptography/issues/14220">#14220</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/e6f44fc8e6391f05d719fb9d369692325b87a471"><code>e6f44fc</code></a> bump for 46.0.4 and drop win arm64 due to CI issues (<a href="https://redirect.github.com/pyca/cryptography/issues/14217">#14217</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/46.0.3...46.0.5">compare view</a></li> </ul> </details> <br /> [](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-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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/aio-libs/aiohttp/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )