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

Update dependency aiohttp to v3.8.6 #151

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiohttp ==3.8.5 -> ==3.8.6 age adoption passing confidence

Release Notes

aio-libs/aiohttp (aiohttp)

v3.8.6: 3.8.6

Compare Source

Security bugfixes

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>_.

    (#​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

    (#​7490)

Bugfixes

  • Fixed PermissionError when .netrc is unreadable due to permissions.

    (#​7237)

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

    (#​7468)

  • Fixed GunicornWebWorker max_requests_jitter not working.

    (#​7518)

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

    (#​7577)

  • Fixed display of BadStatusLine messages from llhttp_. -- by :user:Dreamsorcerer

    (#​7651)



Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit b8f5227 into master Oct 7, 2023
3 checks passed
@renovate renovate bot deleted the renovate/aiohttp-3.x branch October 7, 2023 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants