Skip to content
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

Upgrade to llhttp 9.1.3 #7647

Merged
merged 1 commit into from Oct 3, 2023
Merged

Upgrade to llhttp 9.1.3 #7647

merged 1 commit into from Oct 3, 2023

Conversation

Dreamsorcerer
Copy link
Member

No description provided.

@Dreamsorcerer Dreamsorcerer added backport-3.8 backport-3.9 Trigger automatic backporting to the 3.9 release branch by Patchback robot labels Oct 3, 2023
@Dreamsorcerer Dreamsorcerer added the bot:chronographer:skip This PR does not need to include a change note label Oct 3, 2023
@Dreamsorcerer Dreamsorcerer enabled auto-merge (squash) October 3, 2023 15:37
@Dreamsorcerer Dreamsorcerer merged commit 1303350 into master Oct 3, 2023
25 of 30 checks passed
@Dreamsorcerer Dreamsorcerer deleted the llhttp-9.1 branch October 3, 2023 15:43
@patchback
Copy link
Contributor

patchback bot commented Oct 3, 2023

Backport to 3.8: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.8/1303350e834899ad1c7733effc716a1a46a4b817/pr-7647

Backported as #7648

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 3, 2023
(cherry picked from commit 1303350)
@patchback
Copy link
Contributor

patchback bot commented Oct 3, 2023

Backport to 3.9: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.9/1303350e834899ad1c7733effc716a1a46a4b817/pr-7647

Backported as #7649

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 3, 2023
(cherry picked from commit 1303350)
@Dreamsorcerer
Copy link
Member Author

@cdce8p Can I give you atleast triager permissions on aiohttp? You've been pretty helpful recently.

@cdce8p
Copy link
Contributor

cdce8p commented Oct 3, 2023

@cdce8p Can I give you atleast triager permissions on aiohttp? You've been pretty helpful recently.

If you like, sure! Just tbh I don't yet know how much I'll be able to contribute to aiohttp in the future. I mostly started working on it for the Python 3.12 update.

@Dreamsorcerer
Copy link
Member Author

Yep, understood. That should give you access to manage issues etc. If you do contribute more, then maybe I'll ask to invite you for commit access later.

Dreamsorcerer added a commit that referenced this pull request Oct 3, 2023
**This is a backport of PR #7647 as merged into master
(1303350).**

None

Co-authored-by: Sam Bull <git@sambull.org>
Dreamsorcerer added a commit that referenced this pull request Oct 3, 2023
**This is a backport of PR #7647 as merged into master
(1303350).**

None

Co-authored-by: Sam Bull <git@sambull.org>
@cdce8p
Copy link
Contributor

cdce8p commented Oct 3, 2023

Yep, understood. That should give you access to manage issues etc. If you do contribute more, then maybe I'll ask to invite you for commit access later.

Works for me!

--
For the 3.9 release: Is there anything I can help with left?

@Dreamsorcerer
Copy link
Member Author

Not right now, trying to coordinate with @webknjaz for a release. Hopefully he'll have some time soon.

@davfsa
Copy link

davfsa commented Oct 3, 2023

@Dreamsorcerer Just wanted to say, thanks for the great and quick work pushing aiohttp to work with 3.12!

Just wanted to bring into your radar (in case it wasnt already) that yarl will also need a release with 3.12 wheels, as the current release will fail with cython errors :)

@cdce8p
Copy link
Contributor

cdce8p commented Oct 3, 2023

Just wanted to bring into your radar (in case it wasnt already) that yarl will also need a release with 3.12 wheels, as the current release will fail with cython errors :)

Are you sure about that? I can build / install it without issues for Python 3.12.

@davfsa
Copy link

davfsa commented Oct 3, 2023

Are you sure about that? I can build / install it without issues for Python 3.12.

Oh, it does seem to be fixed. Last time I tested this was in a beta version for 3.12, so i assume some stuff got fixed since then. All good then, sorry for generating noise 😅

renovate bot added a commit to allenporter/pyrainbird that referenced this pull request Oct 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [aiohttp](https://togithub.com/aio-libs/aiohttp) | `==3.8.5` ->
`==3.8.6` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/aiohttp/3.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/aiohttp/3.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/aiohttp/3.8.5/3.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/aiohttp/3.8.5/3.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>aio-libs/aiohttp (aiohttp)</summary>

###
[`v3.8.6`](https://togithub.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#386-2023-10-07)

[Compare
Source](https://togithub.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6)

\==================

## Security bugfixes

- Upgraded the vendored copy of llhttp\_ to v9.1.3 -- by
:user:`Dreamsorcerer`

    Thanks to :user:`kenballus` for reporting this, see

GHSA-pjjw-qhg8-p2p9.

    .. \_llhttp: https://llhttp.org

    `#&#8203;7647 <https://github.com/aio-libs/aiohttp/issues/7647>`\_

- Updated Python parser to comply with RFCs 9110/9112 -- by
:user:`Dreamorcerer`

    Thanks to :user:`kenballus` for reporting this, see

GHSA-gfw2-4jvh-wgfg.

    `#&#8203;7663 <https://github.com/aio-libs/aiohttp/issues/7663>`\_

## Deprecation

- Added `fallback_charset_resolver` parameter in `ClientSession` to
allow a user-supplied
    character set detection function.

Character set detection will no longer be included in 3.9 as a default.
If this feature is needed,
please use `fallback_charset_resolver
<https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection>`\_.

    `#&#8203;7561 <https://github.com/aio-libs/aiohttp/issues/7561>`\_

## Features

- Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:`Dreamsorcerer`

    `#&#8203;7490 <https://github.com/aio-libs/aiohttp/issues/7490>`\_

## Bugfixes

- Fixed `PermissionError` when `.netrc` is unreadable due to
permissions.

    `#&#8203;7237 <https://github.com/aio-libs/aiohttp/issues/7237>`\_

- Fixed output of parsing errors pointing to a `\n`. -- by
:user:`Dreamsorcerer`

    `#&#8203;7468 <https://github.com/aio-libs/aiohttp/issues/7468>`\_

-   Fixed `GunicornWebWorker` max_requests_jitter not working.

    `#&#8203;7518 <https://github.com/aio-libs/aiohttp/issues/7518>`\_

- Fixed sorting in `filter_cookies` to use cookie with longest path. --
by :user:`marq24`.

    `#&#8203;7577 <https://github.com/aio-libs/aiohttp/issues/7577>`\_

- Fixed display of `BadStatusLine` messages from llhttp\_. -- by
:user:`Dreamsorcerer`

    `#&#8203;7651 <https://github.com/aio-libs/aiohttp/issues/7651>`\_

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to auth0/auth0-python that referenced this pull request Oct 9, 2023
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to
3.8.6.
<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.8.6</h2>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>)</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7561">#7561</a>)</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>
<p>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7237">#7237</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.8.6 (2023-10-07)</h1>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p><code>[#7647](aio-libs/aiohttp#7647)
&lt;https://github.com/aio-libs/aiohttp/issues/7647&gt;</code>_</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p><code>[#7663](aio-libs/aiohttp#7663)
&lt;https://github.com/aio-libs/aiohttp/issues/7663&gt;</code>_</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p><code>[#7561](aio-libs/aiohttp#7561)
&lt;https://github.com/aio-libs/aiohttp/issues/7561&gt;</code>_</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p><code>[#7490](aio-libs/aiohttp#7490)
&lt;https://github.com/aio-libs/aiohttp/issues/7490&gt;</code>_</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</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/996de2629ef6b4c2934a7c04dfd49d0950d4c43b"><code>996de26</code></a>
Release v3.8.6 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7668">#7668</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c128d4f042ca36ebdc55ecdd76099b7722331ba"><code>8c128d4</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7651">#7651</a>/45f98b7d
backport][3.8] Fix BadStatusLine message (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7666">#7666</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/89b7df157886ff390cdcdc44ecf3c277045838b1"><code>89b7df1</code></a>
Allow lax response parsing on Py parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7664">#7664</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/d5c12ba890557a575c313bb3017910d7616fce3d"><code>d5c12ba</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7661">#7661</a>/85713a48
backport][3.8] Update Python parser for RFCs 9110/9112 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7">#7</a>...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8a3977acac632d1f02aa7e047da51e27a717d724"><code>8a3977a</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7272">#7272</a>/b2a7983a
backport][3.8] Fix Read The Docs config (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7650">#7650</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/bcc416e533796d04fb8124ef1e7686b1f338767a"><code>bcc416e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>/1303350e
backport][3.8] Upgrade to llhttp 9.1.3 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7648">#7648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b30c0cd2c96e57cc273ffe29c0313487b364f15a"><code>b30c0cd</code></a>
Remove chardet/charset-normalizer. (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7589">#7589</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5946c7436044bae14617ef06ee7c530ed72622da"><code>5946c74</code></a>
CookieJar - return 'best-match' and not LIFO (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7577">#7577</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7588">#7588</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c4ec62f5ba514479ef1c2e74741bc7fa33be3f4"><code>8c4ec62</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7518">#7518</a>/8bd42e74
backport][3.8] Fix GunicornWebWorker max_requests_jitter n...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/a0d234df392bd5cd67d378d31c9531c5ac87c07f"><code>a0d234d</code></a>
Use lenient headers for response parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7492">#7492</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6">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.8.5&new-version=3.8.6)](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>
Diapolo10 added a commit to Diapolo10/clan-quest-osrs-discord-bot that referenced this pull request Oct 9, 2023
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to
3.8.6.
<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.8.6</h2>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>)</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7561">#7561</a>)</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>
<p>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7237">#7237</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.8.6 (2023-10-07)</h1>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p><code>[#7647](aio-libs/aiohttp#7647)
&lt;https://github.com/aio-libs/aiohttp/issues/7647&gt;</code>_</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p><code>[#7663](aio-libs/aiohttp#7663)
&lt;https://github.com/aio-libs/aiohttp/issues/7663&gt;</code>_</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p><code>[#7561](aio-libs/aiohttp#7561)
&lt;https://github.com/aio-libs/aiohttp/issues/7561&gt;</code>_</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p><code>[#7490](aio-libs/aiohttp#7490)
&lt;https://github.com/aio-libs/aiohttp/issues/7490&gt;</code>_</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</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/996de2629ef6b4c2934a7c04dfd49d0950d4c43b"><code>996de26</code></a>
Release v3.8.6 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7668">#7668</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c128d4f042ca36ebdc55ecdd76099b7722331ba"><code>8c128d4</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7651">#7651</a>/45f98b7d
backport][3.8] Fix BadStatusLine message (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7666">#7666</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/89b7df157886ff390cdcdc44ecf3c277045838b1"><code>89b7df1</code></a>
Allow lax response parsing on Py parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7664">#7664</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/d5c12ba890557a575c313bb3017910d7616fce3d"><code>d5c12ba</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7661">#7661</a>/85713a48
backport][3.8] Update Python parser for RFCs 9110/9112 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7">#7</a>...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8a3977acac632d1f02aa7e047da51e27a717d724"><code>8a3977a</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7272">#7272</a>/b2a7983a
backport][3.8] Fix Read The Docs config (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7650">#7650</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/bcc416e533796d04fb8124ef1e7686b1f338767a"><code>bcc416e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>/1303350e
backport][3.8] Upgrade to llhttp 9.1.3 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7648">#7648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b30c0cd2c96e57cc273ffe29c0313487b364f15a"><code>b30c0cd</code></a>
Remove chardet/charset-normalizer. (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7589">#7589</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5946c7436044bae14617ef06ee7c530ed72622da"><code>5946c74</code></a>
CookieJar - return 'best-match' and not LIFO (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7577">#7577</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7588">#7588</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c4ec62f5ba514479ef1c2e74741bc7fa33be3f4"><code>8c4ec62</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7518">#7518</a>/8bd42e74
backport][3.8] Fix GunicornWebWorker max_requests_jitter n...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/a0d234df392bd5cd67d378d31c9531c5ac87c07f"><code>a0d234d</code></a>
Use lenient headers for response parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7492">#7492</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6">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.8.5&new-version=3.8.6)](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>
RJ1002 added a commit to RJ1002/pollmaster that referenced this pull request Oct 26, 2023
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to
3.8.6.
<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.8.6</h2>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>)</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7561">#7561</a>)</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>
<p>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7237">#7237</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.8.6 (2023-10-07)</h1>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p><code>[#7647](aio-libs/aiohttp#7647)
&lt;https://github.com/aio-libs/aiohttp/issues/7647&gt;</code>_</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p><code>[#7663](aio-libs/aiohttp#7663)
&lt;https://github.com/aio-libs/aiohttp/issues/7663&gt;</code>_</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p><code>[#7561](aio-libs/aiohttp#7561)
&lt;https://github.com/aio-libs/aiohttp/issues/7561&gt;</code>_</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p><code>[#7490](aio-libs/aiohttp#7490)
&lt;https://github.com/aio-libs/aiohttp/issues/7490&gt;</code>_</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</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/996de2629ef6b4c2934a7c04dfd49d0950d4c43b"><code>996de26</code></a>
Release v3.8.6 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7668">#7668</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c128d4f042ca36ebdc55ecdd76099b7722331ba"><code>8c128d4</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7651">#7651</a>/45f98b7d
backport][3.8] Fix BadStatusLine message (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7666">#7666</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/89b7df157886ff390cdcdc44ecf3c277045838b1"><code>89b7df1</code></a>
Allow lax response parsing on Py parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7664">#7664</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/d5c12ba890557a575c313bb3017910d7616fce3d"><code>d5c12ba</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7661">#7661</a>/85713a48
backport][3.8] Update Python parser for RFCs 9110/9112 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7">#7</a>...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8a3977acac632d1f02aa7e047da51e27a717d724"><code>8a3977a</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7272">#7272</a>/b2a7983a
backport][3.8] Fix Read The Docs config (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7650">#7650</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/bcc416e533796d04fb8124ef1e7686b1f338767a"><code>bcc416e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>/1303350e
backport][3.8] Upgrade to llhttp 9.1.3 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7648">#7648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b30c0cd2c96e57cc273ffe29c0313487b364f15a"><code>b30c0cd</code></a>
Remove chardet/charset-normalizer. (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7589">#7589</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5946c7436044bae14617ef06ee7c530ed72622da"><code>5946c74</code></a>
CookieJar - return 'best-match' and not LIFO (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7577">#7577</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7588">#7588</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c4ec62f5ba514479ef1c2e74741bc7fa33be3f4"><code>8c4ec62</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7518">#7518</a>/8bd42e74
backport][3.8] Fix GunicornWebWorker max_requests_jitter n...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/a0d234df392bd5cd67d378d31c9531c5ac87c07f"><code>a0d234d</code></a>
Use lenient headers for response parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7492">#7492</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6">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.8.5&new-version=3.8.6)](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>
fynnfluegge pushed a commit to fynnfluegge/doc-comments-ai that referenced this pull request Nov 15, 2023
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to
3.8.6.
<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.8.6</h2>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>)</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7561">#7561</a>)</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>
<p>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7237">#7237</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.8.6 (2023-10-07)</h1>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p><code>[#7647](aio-libs/aiohttp#7647)
&lt;https://github.com/aio-libs/aiohttp/issues/7647&gt;</code>_</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p><code>[#7663](aio-libs/aiohttp#7663)
&lt;https://github.com/aio-libs/aiohttp/issues/7663&gt;</code>_</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p><code>[#7561](aio-libs/aiohttp#7561)
&lt;https://github.com/aio-libs/aiohttp/issues/7561&gt;</code>_</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p><code>[#7490](aio-libs/aiohttp#7490)
&lt;https://github.com/aio-libs/aiohttp/issues/7490&gt;</code>_</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</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/996de2629ef6b4c2934a7c04dfd49d0950d4c43b"><code>996de26</code></a>
Release v3.8.6 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7668">#7668</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c128d4f042ca36ebdc55ecdd76099b7722331ba"><code>8c128d4</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7651">#7651</a>/45f98b7d
backport][3.8] Fix BadStatusLine message (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7666">#7666</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/89b7df157886ff390cdcdc44ecf3c277045838b1"><code>89b7df1</code></a>
Allow lax response parsing on Py parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7664">#7664</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/d5c12ba890557a575c313bb3017910d7616fce3d"><code>d5c12ba</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7661">#7661</a>/85713a48
backport][3.8] Update Python parser for RFCs 9110/9112 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7">#7</a>...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8a3977acac632d1f02aa7e047da51e27a717d724"><code>8a3977a</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7272">#7272</a>/b2a7983a
backport][3.8] Fix Read The Docs config (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7650">#7650</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/bcc416e533796d04fb8124ef1e7686b1f338767a"><code>bcc416e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>/1303350e
backport][3.8] Upgrade to llhttp 9.1.3 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7648">#7648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b30c0cd2c96e57cc273ffe29c0313487b364f15a"><code>b30c0cd</code></a>
Remove chardet/charset-normalizer. (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7589">#7589</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5946c7436044bae14617ef06ee7c530ed72622da"><code>5946c74</code></a>
CookieJar - return 'best-match' and not LIFO (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7577">#7577</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7588">#7588</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c4ec62f5ba514479ef1c2e74741bc7fa33be3f4"><code>8c4ec62</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7518">#7518</a>/8bd42e74
backport][3.8] Fix GunicornWebWorker max_requests_jitter n...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/a0d234df392bd5cd67d378d31c9531c5ac87c07f"><code>a0d234d</code></a>
Use lenient headers for response parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7492">#7492</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6">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.8.5&new-version=3.8.6)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/fynnfluegge/doc-comments-ai/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fynnfluegge pushed a commit to fynnfluegge/codeqai that referenced this pull request Nov 15, 2023
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to
3.8.6.
<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.8.6</h2>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>)</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7561">#7561</a>)</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>
<p>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7237">#7237</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.8.6 (2023-10-07)</h1>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p><code>[#7647](aio-libs/aiohttp#7647)
&lt;https://github.com/aio-libs/aiohttp/issues/7647&gt;</code>_</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p><code>[#7663](aio-libs/aiohttp#7663)
&lt;https://github.com/aio-libs/aiohttp/issues/7663&gt;</code>_</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p><code>[#7561](aio-libs/aiohttp#7561)
&lt;https://github.com/aio-libs/aiohttp/issues/7561&gt;</code>_</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p><code>[#7490](aio-libs/aiohttp#7490)
&lt;https://github.com/aio-libs/aiohttp/issues/7490&gt;</code>_</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</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/996de2629ef6b4c2934a7c04dfd49d0950d4c43b"><code>996de26</code></a>
Release v3.8.6 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7668">#7668</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c128d4f042ca36ebdc55ecdd76099b7722331ba"><code>8c128d4</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7651">#7651</a>/45f98b7d
backport][3.8] Fix BadStatusLine message (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7666">#7666</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/89b7df157886ff390cdcdc44ecf3c277045838b1"><code>89b7df1</code></a>
Allow lax response parsing on Py parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7664">#7664</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/d5c12ba890557a575c313bb3017910d7616fce3d"><code>d5c12ba</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7661">#7661</a>/85713a48
backport][3.8] Update Python parser for RFCs 9110/9112 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7">#7</a>...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8a3977acac632d1f02aa7e047da51e27a717d724"><code>8a3977a</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7272">#7272</a>/b2a7983a
backport][3.8] Fix Read The Docs config (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7650">#7650</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/bcc416e533796d04fb8124ef1e7686b1f338767a"><code>bcc416e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>/1303350e
backport][3.8] Upgrade to llhttp 9.1.3 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7648">#7648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b30c0cd2c96e57cc273ffe29c0313487b364f15a"><code>b30c0cd</code></a>
Remove chardet/charset-normalizer. (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7589">#7589</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5946c7436044bae14617ef06ee7c530ed72622da"><code>5946c74</code></a>
CookieJar - return 'best-match' and not LIFO (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7577">#7577</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7588">#7588</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c4ec62f5ba514479ef1c2e74741bc7fa33be3f4"><code>8c4ec62</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7518">#7518</a>/8bd42e74
backport][3.8] Fix GunicornWebWorker max_requests_jitter n...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/a0d234df392bd5cd67d378d31c9531c5ac87c07f"><code>a0d234d</code></a>
Use lenient headers for response parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7492">#7492</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6">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.8.5&new-version=3.8.6)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/fynnfluegge/codeqai/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sunank200 pushed a commit to astronomer/ask-astro that referenced this pull request Nov 17, 2023
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to
3.8.6.
<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.8.6</h2>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>)</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7561">#7561</a>)</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>
<p>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</p>
<p>(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7237">#7237</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.8.6 (2023-10-07)</h1>
<h2>Security bugfixes</h2>
<ul>
<li>
<p>Upgraded the vendored copy of llhttp_ to v9.1.3 -- by
:user:<code>Dreamsorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9</a>.</p>
<p>.. _llhttp: <a href="https://llhttp.org">https://llhttp.org</a></p>
<p><code>[#7647](aio-libs/aiohttp#7647)
&lt;https://github.com/aio-libs/aiohttp/issues/7647&gt;</code>_</p>
</li>
<li>
<p>Updated Python parser to comply with RFCs 9110/9112 -- by
:user:<code>Dreamorcerer</code></p>
<p>Thanks to :user:<code>kenballus</code> for reporting this, see
<a
href="https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg">https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg</a>.</p>
<p><code>[#7663](aio-libs/aiohttp#7663)
&lt;https://github.com/aio-libs/aiohttp/issues/7663&gt;</code>_</p>
</li>
</ul>
<h2>Deprecation</h2>
<ul>
<li>
<p>Added <code>fallback_charset_resolver</code> parameter in
<code>ClientSession</code> to allow a user-supplied
character set detection function.</p>
<p>Character set detection will no longer be included in 3.9 as a
default. If this feature is needed,
please use <code>fallback_charset_resolver
&lt;https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection&gt;</code>_.</p>
<p><code>[#7561](aio-libs/aiohttp#7561)
&lt;https://github.com/aio-libs/aiohttp/issues/7561&gt;</code>_</p>
</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p>Enabled lenient response parsing for more flexible parsing in the
client
(this should resolve some regressions when dealing with badly formatted
HTTP responses). -- by :user:<code>Dreamsorcerer</code></p>
<p><code>[#7490](aio-libs/aiohttp#7490)
&lt;https://github.com/aio-libs/aiohttp/issues/7490&gt;</code>_</p>
</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed <code>PermissionError</code> when <code>.netrc</code> is
unreadable due to permissions.</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/996de2629ef6b4c2934a7c04dfd49d0950d4c43b"><code>996de26</code></a>
Release v3.8.6 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7668">#7668</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c128d4f042ca36ebdc55ecdd76099b7722331ba"><code>8c128d4</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7651">#7651</a>/45f98b7d
backport][3.8] Fix BadStatusLine message (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7666">#7666</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/89b7df157886ff390cdcdc44ecf3c277045838b1"><code>89b7df1</code></a>
Allow lax response parsing on Py parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7663">#7663</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7664">#7664</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/d5c12ba890557a575c313bb3017910d7616fce3d"><code>d5c12ba</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7661">#7661</a>/85713a48
backport][3.8] Update Python parser for RFCs 9110/9112 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7">#7</a>...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8a3977acac632d1f02aa7e047da51e27a717d724"><code>8a3977a</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7272">#7272</a>/b2a7983a
backport][3.8] Fix Read The Docs config (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7650">#7650</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/bcc416e533796d04fb8124ef1e7686b1f338767a"><code>bcc416e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7647">#7647</a>/1303350e
backport][3.8] Upgrade to llhttp 9.1.3 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7648">#7648</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b30c0cd2c96e57cc273ffe29c0313487b364f15a"><code>b30c0cd</code></a>
Remove chardet/charset-normalizer. (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7589">#7589</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5946c7436044bae14617ef06ee7c530ed72622da"><code>5946c74</code></a>
CookieJar - return 'best-match' and not LIFO (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7577">#7577</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7588">#7588</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/8c4ec62f5ba514479ef1c2e74741bc7fa33be3f4"><code>8c4ec62</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7518">#7518</a>/8bd42e74
backport][3.8] Fix GunicornWebWorker max_requests_jitter n...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/a0d234df392bd5cd67d378d31c9531c5ac87c07f"><code>a0d234d</code></a>
Use lenient headers for response parser (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7490">#7490</a>)
(<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/7492">#7492</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6">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.8.5&new-version=3.8.6)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/astronomer/ask-astro/network/alerts).

</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
backport-3.9 Trigger automatic backporting to the 3.9 release branch by Patchback robot bot:chronographer:skip This PR does not need to include a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants