Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps aiohttp from 3.10.8 to 3.10.10.

Release notes

Sourced from aiohttp's releases.

3.10.10

Bug fixes

  • Fixed error messages from :py:class:~aiohttp.resolver.AsyncResolver being swallowed -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9451, #9455.

Features

  • Added :exc:aiohttp.ClientConnectorDNSError for differentiating DNS resolution errors from other connector errors -- by :user:mstojcevich.

    Related issues and pull requests on GitHub: #8455.

Miscellaneous internal changes

  • Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9454.


3.10.9

Bug fixes

  • Fixed proxy headers being used in the ConnectionKey hash when a proxy was not being used -- by :user:bdraco.

    If default headers are used, they are also used for proxy headers. This could have led to creating connections that were not needed when one was already available.

    Related issues and pull requests on GitHub: #9368.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.10.10 (2024-10-10)

Bug fixes

  • Fixed error messages from :py:class:~aiohttp.resolver.AsyncResolver being swallowed -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:9451, :issue:9455.

Features

  • Added :exc:aiohttp.ClientConnectorDNSError for differentiating DNS resolution errors from other connector errors -- by :user:mstojcevich.

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

Miscellaneous internal changes

  • Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:bdraco.

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


3.10.9 (2024-10-04)

Bug fixes

  • Fixed proxy headers being used in the ConnectionKey hash when a proxy was not being used -- by :user:bdraco.

... (truncated)

Commits
  • 47475c5 Release 3.10.10 (#9462)
  • 8b424c8 [PR #8456/b09d7cc backport][3.10] Add ClientConnectorDNSError for differentia...
  • cdf3dca [PR #9454/b20908e backport][3.10] Simplify DNS throttle implementation (#9457)
  • ee87a04 [PR #9455/dfaafac0 backport][3.10] Fix AsyncResolver query fallback swallowin...
  • ba9b33e [PR #9451/216e082 backport][3.10] Fix AsyncResolver swallowing the error mess...
  • bc9e5d6 [PR #9448/93e87c2e backport][3.10] Improve performance of fetching the conten...
  • 3ea557a Increment version to 3.10.10.dev0
  • b779432 Release 3.10.9 (#9415)
  • 08ada3e [PR #9405/b96b01b backport][3.10] Only create the connection closed exception...
  • 978ed74 [PR #9406/24b0e6f backport][3.10] Add slots to timer helpers (#9411)
  • Additional commits viewable in compare view

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.8 to 3.10.10.
- [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.8...v3.10.10)

---
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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 11, 2024
@dependabot dependabot bot requested a review from iMicknl as a code owner October 11, 2024 08:13
@iMicknl iMicknl merged commit 99d7a76 into main Oct 11, 2024
5 checks passed
@iMicknl iMicknl deleted the dependabot/pip/aiohttp-3.10.10 branch October 11, 2024 19:08
jsongerber pushed a commit to jsongerber/python-sagemcom-api that referenced this pull request Nov 8, 2024
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.8 to
3.10.10.
<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.10</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed error messages from
:py:class:<code>~aiohttp.resolver.AsyncResolver</code> being swallowed
-- 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/9451">#9451</a>,
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9455">#9455</a>.</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Added :exc:<code>aiohttp.ClientConnectorDNSError</code> for
differentiating DNS resolution errors from other connector errors -- by
:user:<code>mstojcevich</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8455">#8455</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Simplified DNS resolution throttling code to reduce chance of race
conditions -- 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/9454">#9454</a>.</p>
</li>
</ul>
<hr />
<h2>3.10.9</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed proxy headers being used in the <code>ConnectionKey</code> hash
when a proxy was not being used -- by :user:<code>bdraco</code>.</p>
<p>If default headers are used, they are also used for proxy headers.
This could have led to creating connections that were not needed when
one was already available.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9368">#9368</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.10.10 (2024-10-10)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed error messages from
:py:class:<code>~aiohttp.resolver.AsyncResolver</code> being swallowed
-- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>9451</code>, :issue:<code>9455</code>.</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Added :exc:<code>aiohttp.ClientConnectorDNSError</code> for
differentiating DNS resolution errors from other connector errors -- by
:user:<code>mstojcevich</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8455</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Simplified DNS resolution throttling code to reduce chance of race
conditions -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>9454</code>.</p>
</li>
</ul>
<hr />
<h1>3.10.9 (2024-10-04)</h1>
<h2>Bug fixes</h2>
<ul>
<li>Fixed proxy headers being used in the <code>ConnectionKey</code>
hash when a proxy was not being used -- by
:user:<code>bdraco</code>.</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/47475c5b74768e516fee3c9546917e8688caf998"><code>47475c5</code></a>
Release 3.10.10 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9462">#9462</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8b424c8eb0e13941602be0a317579f227fe1ec35"><code>8b424c8</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8456">#8456</a>/b09d7cc
backport][3.10] Add ClientConnectorDNSError for differentia...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/cdf3dcabeb9d80a46a239710b2d889657a932a54"><code>cdf3dca</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9454">#9454</a>/b20908e
backport][3.10] Simplify DNS throttle implementation (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9457">#9457</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/ee87a049be63887c0a5d9f4e6008b4e47460f16c"><code>ee87a04</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9455">#9455</a>/dfaafac0
backport][3.10] Fix AsyncResolver query fallback swallowin...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/ba9b33e63a18841cdb7cf5f912d99ccbea91dee4"><code>ba9b33e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9451">#9451</a>/216e082
backport][3.10] Fix AsyncResolver swallowing the error mess...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/bc9e5d6676906e4bef10fcb499d5f233ed2c394e"><code>bc9e5d6</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9448">#9448</a>/93e87c2e
backport][3.10] Improve performance of fetching the conten...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/3ea557ab73934c238a699796955b648fcca2b6a7"><code>3ea557a</code></a>
Increment version to 3.10.10.dev0</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b77943288424e37ed592984cfdaea2cc452d73c8"><code>b779432</code></a>
Release 3.10.9 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9415">#9415</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/08ada3ec4f6b0645483ed07388d643600b70b37d"><code>08ada3e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9405">#9405</a>/b96b01b
backport][3.10] Only create the connection closed exception...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/978ed7440cd29f9b46beafe31a21c5356f684caf"><code>978ed74</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9406">#9406</a>/24b0e6f
backport][3.10] Add <strong>slots</strong> to timer helpers (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9411">#9411</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.10.8...v3.10.10">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.8&new-version=3.10.10)](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