Skip to content

Bump aiohttp from 3.9.3 to 3.9.5#296

Merged
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.9.5
Apr 17, 2024
Merged

Bump aiohttp from 3.9.3 to 3.9.5#296
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.9.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Bumps aiohttp from 3.9.3 to 3.9.5.

Release notes

Sourced from aiohttp's releases.

3.9.5

Bug fixes

  • Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad.

    Related issues and pull requests on GitHub: #8253.

  • Fixed regression (from :pr:8280) with adding Content-Disposition to the form-data part after appending to writer -- by :user:Dreamsorcerer/:user:Olegt0rr.

    Related issues and pull requests on GitHub: #8332.

  • Added default Content-Disposition in multipart/form-data responses to avoid broken form-data responses -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: #8335.


3.9.4

Bug fixes

  • The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:webknjaz.

    Related issues and pull requests on GitHub: #8089.

  • Treated values of Accept-Encoding header as case-insensitive when checking for gzip files -- by :user:steverep.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.9.5 (2024-04-16)

Bug fixes

  • Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad.

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

  • Fixed regression (from :pr:8280) with adding Content-Disposition to the form-data part after appending to writer -- by :user:Dreamsorcerer/:user:Olegt0rr.

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

  • Added default Content-Disposition in multipart/form-data responses to avoid broken form-data responses -- by :user:Dreamsorcerer.

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


3.9.4 (2024-04-11)

Bug fixes

  • The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:webknjaz.

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

... (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.9.3 to 3.9.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.9.3...v3.9.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 April 17, 2024 08:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 17, 2024
@iMicknl iMicknl merged commit f88ea8e into main Apr 17, 2024
@iMicknl iMicknl deleted the dependabot/pip/aiohttp-3.9.5 branch April 17, 2024 09:04
bakonyiferenc pushed a commit to bakonyiferenc/python-sagemcom-api that referenced this pull request Apr 18, 2024
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to
3.9.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.9.5</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed &quot;Unclosed client session&quot; when initialization of
:py:class:<code>~aiohttp.ClientSession</code> fails -- by
:user:<code>NewGlad</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8253">#8253</a>.</p>
</li>
<li>
<p>Fixed regression (from :pr:<code>8280</code>) with adding
<code>Content-Disposition</code> to the <code>form-data</code>
part after appending to writer -- by
:user:<code>Dreamsorcerer</code>/:user:<code>Olegt0rr</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8332">#8332</a>.</p>
</li>
<li>
<p>Added default <code>Content-Disposition</code> in
<code>multipart/form-data</code> responses to avoid broken
form-data responses -- by :user:<code>Dreamsorcerer</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8335">#8335</a>.</p>
</li>
</ul>
<hr />
<h2>3.9.4</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>The asynchronous internals now set the underlying causes
when assigning exceptions to the future objects
-- by :user:<code>webknjaz</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p>
</li>
<li>
<p>Treated values of <code>Accept-Encoding</code> header as
case-insensitive when checking
for gzip files -- by :user:<code>steverep</code>.</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.9.5 (2024-04-16)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed &quot;Unclosed client session&quot; when initialization of
:py:class:<code>~aiohttp.ClientSession</code> fails -- by
:user:<code>NewGlad</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8253</code>.</p>
</li>
<li>
<p>Fixed regression (from :pr:<code>8280</code>) with adding
<code>Content-Disposition</code> to the <code>form-data</code>
part after appending to writer -- by
:user:<code>Dreamsorcerer</code>/:user:<code>Olegt0rr</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8332</code>.</p>
</li>
<li>
<p>Added default <code>Content-Disposition</code> in
<code>multipart/form-data</code> responses to avoid broken
form-data responses -- by :user:<code>Dreamsorcerer</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8335</code>.</p>
</li>
</ul>
<hr />
<h1>3.9.4 (2024-04-11)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>The asynchronous internals now set the underlying causes
when assigning exceptions to the future objects
-- by :user:<code>webknjaz</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8089</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/b844d4293a5bd4921bd7267550294122e83617a8"><code>b844d42</code></a>
Release v3.9.5 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8340">#8340</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/0415a4ca18e15e734999925fd7f20607f05e2a4b"><code>0415a4c</code></a>
Patchback/backports/3.9/5fd29467fb63efdfae1ace280cec36b1f8139567/pr 8290
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8311">#8311</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866"><code>f21c6f2</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8335">#8335</a>/5a6949da
backport][3.9] Add Content-Disposition automatically (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8336">#8336</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597"><code>7eecdff</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8332">#8332</a>/482e6cdf
backport][3.9] Add set_content_disposition test (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8333">#8333</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/82fbe6476a65e81bbde6f8036baaa34ca0c82c2c"><code>82fbe64</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8324">#8324</a>/4a8fd08b
backport][3.9] Add missing changelogs (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8330">#8330</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/01df7ec9302bf3ec8cff4addfe15f1f4bbd3199b"><code>01df7ec</code></a>
Bump version</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/7917ae21642a30326bcfb779c5328187f990f544"><code>7917ae2</code></a>
Merge 3.1</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a>
Release v3.9.4 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5
backport][3.9] Fix Python parser to mark responses without...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a>
Escape filenames and paths in HTML when generating index pages (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.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.9.3&new-version=3.9.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>
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.9.3 to
3.9.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.9.5</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed &quot;Unclosed client session&quot; when initialization of
:py:class:<code>~aiohttp.ClientSession</code> fails -- by
:user:<code>NewGlad</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8253">#8253</a>.</p>
</li>
<li>
<p>Fixed regression (from :pr:<code>8280</code>) with adding
<code>Content-Disposition</code> to the <code>form-data</code>
part after appending to writer -- by
:user:<code>Dreamsorcerer</code>/:user:<code>Olegt0rr</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8332">#8332</a>.</p>
</li>
<li>
<p>Added default <code>Content-Disposition</code> in
<code>multipart/form-data</code> responses to avoid broken
form-data responses -- by :user:<code>Dreamsorcerer</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8335">#8335</a>.</p>
</li>
</ul>
<hr />
<h2>3.9.4</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>The asynchronous internals now set the underlying causes
when assigning exceptions to the future objects
-- by :user:<code>webknjaz</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8089">#8089</a>.</p>
</li>
<li>
<p>Treated values of <code>Accept-Encoding</code> header as
case-insensitive when checking
for gzip files -- by :user:<code>steverep</code>.</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.9.5 (2024-04-16)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed &quot;Unclosed client session&quot; when initialization of
:py:class:<code>~aiohttp.ClientSession</code> fails -- by
:user:<code>NewGlad</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8253</code>.</p>
</li>
<li>
<p>Fixed regression (from :pr:<code>8280</code>) with adding
<code>Content-Disposition</code> to the <code>form-data</code>
part after appending to writer -- by
:user:<code>Dreamsorcerer</code>/:user:<code>Olegt0rr</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8332</code>.</p>
</li>
<li>
<p>Added default <code>Content-Disposition</code> in
<code>multipart/form-data</code> responses to avoid broken
form-data responses -- by :user:<code>Dreamsorcerer</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8335</code>.</p>
</li>
</ul>
<hr />
<h1>3.9.4 (2024-04-11)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>The asynchronous internals now set the underlying causes
when assigning exceptions to the future objects
-- by :user:<code>webknjaz</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8089</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/b844d4293a5bd4921bd7267550294122e83617a8"><code>b844d42</code></a>
Release v3.9.5 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8340">#8340</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/0415a4ca18e15e734999925fd7f20607f05e2a4b"><code>0415a4c</code></a>
Patchback/backports/3.9/5fd29467fb63efdfae1ace280cec36b1f8139567/pr 8290
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8311">#8311</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/f21c6f2ca512a026ce7f0f6c6311f62d6a638866"><code>f21c6f2</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8335">#8335</a>/5a6949da
backport][3.9] Add Content-Disposition automatically (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8336">#8336</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/7eecdff163ccf029fbb1ddc9de4169d4aaeb6597"><code>7eecdff</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8332">#8332</a>/482e6cdf
backport][3.9] Add set_content_disposition test (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8333">#8333</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/82fbe6476a65e81bbde6f8036baaa34ca0c82c2c"><code>82fbe64</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8324">#8324</a>/4a8fd08b
backport][3.9] Add missing changelogs (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8330">#8330</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/01df7ec9302bf3ec8cff4addfe15f1f4bbd3199b"><code>01df7ec</code></a>
Bump version</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/7917ae21642a30326bcfb779c5328187f990f544"><code>7917ae2</code></a>
Merge 3.1</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572"><code>b3397c7</code></a>
Release v3.9.4 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8201">#8201</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400"><code>a7e240a</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8320">#8320</a>/9ba9a4e5
backport][3.9] Fix Python parser to mark responses without...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397"><code>2833552</code></a>
Escape filenames and paths in HTML when generating index pages (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8317">#8317</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8319">#8319</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.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.9.3&new-version=3.9.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