Skip to content

Bump aiohttp from 3.10.3 to 3.10.5#343

Merged
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.10.5
Aug 20, 2024
Merged

Bump aiohttp from 3.10.3 to 3.10.5#343
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.10.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2024

Bumps aiohttp from 3.10.3 to 3.10.5.

Release notes

Sourced from aiohttp's releases.

3.10.5

Bug fixes

  • Fixed :meth:aiohttp.ClientResponse.json() not setting status when :exc:aiohttp.ContentTypeError is raised -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8742.

Miscellaneous internal changes

  • Improved performance of the WebSocket reader -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8736, #8747.


3.10.4

Bug fixes

  • Fixed decoding base64 chunk in BodyPartReader -- by :user:hyzyla.

    Related issues and pull requests on GitHub: #3867.

  • Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8680.

  • Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:bdraco.

    If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.10.5 (2024-08-19)

Bug fixes

  • Fixed :meth:aiohttp.ClientResponse.json() not setting status when :exc:aiohttp.ContentTypeError is raised -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8742.

Miscellaneous internal changes

  • Improved performance of the WebSocket reader -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8736, :issue:8747.


3.10.4 (2024-08-17)

Bug fixes

  • Fixed decoding base64 chunk in BodyPartReader -- by :user:hyzyla.

    Related issues and pull requests on GitHub: :issue:3867.

  • Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8680.

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.3 to 3.10.5.
- [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.10.3...v3.10.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from iMicknl as a code owner August 20, 2024 08:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 20, 2024
@iMicknl iMicknl merged commit 937636e into main Aug 20, 2024
@iMicknl iMicknl deleted the dependabot/pip/aiohttp-3.10.5 branch August 20, 2024 10:13
jsongerber pushed a commit to jsongerber/python-sagemcom-api that referenced this pull request Nov 8, 2024
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.3 to
3.10.5.
<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.10.5</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed :meth:<code>aiohttp.ClientResponse.json()</code> not setting
<code>status</code> when :exc:<code>aiohttp.ContentTypeError</code> is
raised -- 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/8742">#8742</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<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/8736">#8736</a>,
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8747">#8747</a>.</p>
</li>
</ul>
<hr />
<h2>3.10.4</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed decoding base64 chunk in BodyPartReader -- by
:user:<code>hyzyla</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/3867">#3867</a>.</p>
</li>
<li>
<p>Fixed a race closing the server-side WebSocket where the close code
would not reach the client -- 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/8680">#8680</a>.</p>
</li>
<li>
<p>Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by
:user:<code>bdraco</code>.</p>
<p>If the heartbeat ping raised an exception, it would not be consumed
and would be logged as an warning.</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.10.5 (2024-08-19)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed :meth:<code>aiohttp.ClientResponse.json()</code> not setting
<code>status</code> when :exc:<code>aiohttp.ContentTypeError</code> is
raised -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8742</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of the WebSocket reader -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8736</code>, :issue:<code>8747</code>.</p>
</li>
</ul>
<hr />
<h1>3.10.4 (2024-08-17)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed decoding base64 chunk in BodyPartReader -- by
:user:<code>hyzyla</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>3867</code>.</p>
</li>
<li>
<p>Fixed a race closing the server-side WebSocket where the close code
would not reach the client -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8680</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/ec453ba6d1cf8f5bb502f2e2a861c463e755f387"><code>ec453ba</code></a>
Release 3.10.5 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8754">#8754</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5953df16d2329a05dc861607d54e9b7425e91119"><code>5953df1</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8749">#8749</a>/5e30b49
backport][3.10] Bump cffi to 1.17.0 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8752">#8752</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/83bd23970e5ccd8f40be7325d56cbf140e252367"><code>83bd239</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8747">#8747</a>/e97b17a6
backport][3.10] Make MESSAGE_TYPES_WITH_CONTENT a frozense...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/c7ff47b3916aaa4bb94074660e6969dbf1b77305"><code>c7ff47b</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8742">#8742</a>/b4f9cb35
backport][3.10] Fix status not being set when ClientRespon...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/fbfedd6c32deb75a5564fe584e5c8c127beb3a29"><code>fbfedd6</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8736">#8736</a>/1b88af2
backport][3.10] Improve performance of WebSocketReader (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8743">#8743</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/dba260545e74612fb9968c681a0ef1bff1f03cd4"><code>dba2605</code></a>
[3.10] Bump pypa/cibuildwheel to v2.20.0 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8740">#8740</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/92dc91bea6e144d85206fc0a7f5d4907d5bd08ed"><code>92dc91b</code></a>
Bump version to 3.10.5.dev0</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8dcd3a419f0266d5941920d0161422a5a7697b98"><code>8dcd3a4</code></a>
Release 3.10.4 (Attempt 2) (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8732">#8732</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/f4d4f2a646950f7a6c5cfe99de67e03703ec16fa"><code>f4d4f2a</code></a>
Release 3.10.4 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8731">#8731</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/0f1a00817d71f8e75fa823c19a6273cf0cf6b3f2"><code>0f1a008</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8685">#8685</a>/e7c02ca4
backport][3.10] Fix exceptions from WebSocket ping task no...</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.10.3...v3.10.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiohttp&package-manager=pip&previous-version=3.10.3&new-version=3.10.5)](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>
bakonyiferenc pushed a commit to bakonyiferenc/python-sagemcom-api that referenced this pull request Dec 16, 2025
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.3 to
3.10.5.
<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.10.5</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed :meth:<code>aiohttp.ClientResponse.json()</code> not setting
<code>status</code> when :exc:<code>aiohttp.ContentTypeError</code> is
raised -- 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/8742">#8742</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<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/8736">#8736</a>,
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8747">#8747</a>.</p>
</li>
</ul>
<hr />
<h2>3.10.4</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed decoding base64 chunk in BodyPartReader -- by
:user:<code>hyzyla</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/3867">#3867</a>.</p>
</li>
<li>
<p>Fixed a race closing the server-side WebSocket where the close code
would not reach the client -- 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/8680">#8680</a>.</p>
</li>
<li>
<p>Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by
:user:<code>bdraco</code>.</p>
<p>If the heartbeat ping raised an exception, it would not be consumed
and would be logged as an warning.</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.10.5 (2024-08-19)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed :meth:<code>aiohttp.ClientResponse.json()</code> not setting
<code>status</code> when :exc:<code>aiohttp.ContentTypeError</code> is
raised -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8742</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of the WebSocket reader -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8736</code>, :issue:<code>8747</code>.</p>
</li>
</ul>
<hr />
<h1>3.10.4 (2024-08-17)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed decoding base64 chunk in BodyPartReader -- by
:user:<code>hyzyla</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>3867</code>.</p>
</li>
<li>
<p>Fixed a race closing the server-side WebSocket where the close code
would not reach the client -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8680</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/ec453ba6d1cf8f5bb502f2e2a861c463e755f387"><code>ec453ba</code></a>
Release 3.10.5 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8754">#8754</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5953df16d2329a05dc861607d54e9b7425e91119"><code>5953df1</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8749">#8749</a>/5e30b49
backport][3.10] Bump cffi to 1.17.0 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8752">#8752</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/83bd23970e5ccd8f40be7325d56cbf140e252367"><code>83bd239</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8747">#8747</a>/e97b17a6
backport][3.10] Make MESSAGE_TYPES_WITH_CONTENT a frozense...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/c7ff47b3916aaa4bb94074660e6969dbf1b77305"><code>c7ff47b</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8742">#8742</a>/b4f9cb35
backport][3.10] Fix status not being set when ClientRespon...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/fbfedd6c32deb75a5564fe584e5c8c127beb3a29"><code>fbfedd6</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8736">#8736</a>/1b88af2
backport][3.10] Improve performance of WebSocketReader (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8743">#8743</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/dba260545e74612fb9968c681a0ef1bff1f03cd4"><code>dba2605</code></a>
[3.10] Bump pypa/cibuildwheel to v2.20.0 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8740">#8740</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/92dc91bea6e144d85206fc0a7f5d4907d5bd08ed"><code>92dc91b</code></a>
Bump version to 3.10.5.dev0</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8dcd3a419f0266d5941920d0161422a5a7697b98"><code>8dcd3a4</code></a>
Release 3.10.4 (Attempt 2) (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8732">#8732</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/f4d4f2a646950f7a6c5cfe99de67e03703ec16fa"><code>f4d4f2a</code></a>
Release 3.10.4 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8731">#8731</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/0f1a00817d71f8e75fa823c19a6273cf0cf6b3f2"><code>0f1a008</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8685">#8685</a>/e7c02ca4
backport][3.10] Fix exceptions from WebSocket ping task no...</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.10.3...v3.10.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiohttp&package-manager=pip&previous-version=3.10.3&new-version=3.10.5)](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>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant