-
Notifications
You must be signed in to change notification settings - Fork 4.9k
build(deps): bump aiohttp from 3.11.14 to 3.11.18 in /tools/base #39193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.14 to 3.11.18. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.11.14...v3.11.18) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.11.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
agrawroh
approved these changes
May 12, 2025
fishpan1209
pushed a commit
to fishpan1209/envoy
that referenced
this pull request
May 22, 2025
…oyproxy#39193) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.14 to 3.11.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p> <blockquote> <h2>3.11.18</h2> <h2>Bug fixes</h2> <ul> <li> <p>Disabled TLS in TLS warning (when using HTTPS proxies) for uvloop and newer Python versions -- by :user:<code>lezgomatt</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7686">#7686</a>.</p> </li> <li> <p>Fixed reading fragmented WebSocket messages when the payload was masked -- by :user:<code>bdraco</code>.</p> <p>The problem first appeared in 3.11.17</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10764">#10764</a>.</p> </li> </ul> <hr /> <h2>3.11.17</h2> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Optimized web server performance when access logging is disabled by reducing time syscalls -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10713">#10713</a>.</p> </li> <li> <p>Improved web server performance when connection can be reused -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10714">#10714</a>.</p> </li> <li> <p>Improved performance of the WebSocket reader -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10740">#10740</a>.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.11.18 (2025-04-20)</h1> <h2>Bug fixes</h2> <ul> <li> <p>Disabled TLS in TLS warning (when using HTTPS proxies) for uvloop and newer Python versions -- by :user:<code>lezgomatt</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7686</code>.</p> </li> <li> <p>Fixed reading fragmented WebSocket messages when the payload was masked -- by :user:<code>bdraco</code>.</p> <p>The problem first appeared in 3.11.17</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>10764</code>.</p> </li> </ul> <hr /> <h1>3.11.17 (2025-04-19)</h1> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Optimized web server performance when access logging is disabled by reducing time syscalls -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>10713</code>.</p> </li> <li> <p>Improved web server performance when connection can be reused -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>10714</code>.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/2be611a64cfcee84e96cb3a4e2fb69cfaa20e06b"><code>2be611a</code></a> Release 3.11.18 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/10773">#10773</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/58b512cf07976651a5ef2beaff819d45bdced76a"><code>58b512c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10770">#10770</a>/a88a2436 backport][3.11] Increase benchmark timeout to 9 minutes i...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/a003df3c16f41d1ee29a844f6621fc573c4cefbc"><code>a003df3</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10726">#10726</a>/feff48d backport][3.11] Disable TLS in TLS warning for uvloop (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/10">#10</a>...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/f69333ded38348c0db41d0dd07a2501958dceaff"><code>f69333d</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10764">#10764</a>/e0cc020 backport][3.11] Fix WebSocket reader with fragmented maske...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/83690e532065c33c569328d49b6e353f45587e8e"><code>83690e5</code></a> Increment version to 3.11.18.dev0 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/10758">#10758</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/11be7e2ff8775e0ee96c027475474cdef8ec3e37"><code>11be7e2</code></a> Release 3.11.17 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/10756">#10756</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/0615314569fc1da56a03ebed8b5586acb6e4c4df"><code>0615314</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10752">#10752</a>/07590cd2 backport][3.11] Add a test to the WebSocket parser for se...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/8b9888dea1a1306d23e9ad70cd87c851a37f1ed7"><code>8b9888d</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10749">#10749</a>/d702fb30 backport][3.11] Add compressed binary WebSocket roundtrip...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/1d00bd2c1cdb43298ac6eba0c8bbc316123a154e"><code>1d00bd2</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10744">#10744</a>/23d3ee06 backport][3.11] Refactor WebSocket reader to avoid freque...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/099cc0c9f8943d41586055a6825aec31bc70bbd3"><code>099cc0c</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/10740">#10740</a>/0d21d8d backport][3.11] Refactor WebSocket reader to avoid creatin...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.11.14...v3.11.18">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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Ting Pan <panting@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
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.
Bumps aiohttp from 3.11.14 to 3.11.18.
Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
2be611a
Release 3.11.18 (#10773)58b512c
[PR #10770/a88a2436 backport][3.11] Increase benchmark timeout to 9 minutes i...a003df3
[PR #10726/feff48d backport][3.11] Disable TLS in TLS warning for uvloop (#10...f69333d
[PR #10764/e0cc020 backport][3.11] Fix WebSocket reader with fragmented maske...83690e5
Increment version to 3.11.18.dev0 (#10758)11be7e2
Release 3.11.17 (#10756)0615314
[PR #10752/07590cd2 backport][3.11] Add a test to the WebSocket parser for se...8b9888d
[PR #10749/d702fb30 backport][3.11] Add compressed binary WebSocket roundtrip...1d00bd2
[PR #10744/23d3ee06 backport][3.11] Refactor WebSocket reader to avoid freque...099cc0c
[PR #10740/0d21d8d backport][3.11] Refactor WebSocket reader to avoid creatin...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 commands and options
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)