EDM115 / unzip-bot

Telegram bot deployable to heroku that can extract every archive !
https://t.me/unzip_edm115bot
MIT License
91 stars 125 forks source link

Update dependency aiohttp to v3.8.6 #229

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

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`](https://togithub.com/aio-libs/aiohttp/releases/tag/v3.8.6): 3.8.6 [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 https://github.com/aio-libs/aiohttp/security/advisories/GHSA-pjjw-qhg8-p2p9. .. \_llhttp: https://llhttp.org ([#​7647](https://togithub.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 https://github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg. ([#​7663](https://togithub.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 `\_. ([#​7561](https://togithub.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` ([#​7490](https://togithub.com/aio-libs/aiohttp/issues/7490)) ## Bugfixes - Fixed `PermissionError` when `.netrc` is unreadable due to permissions. ([#​7237](https://togithub.com/aio-libs/aiohttp/issues/7237)) - Fixed output of parsing errors pointing to a `\n`. -- by :user:`Dreamsorcerer` ([#​7468](https://togithub.com/aio-libs/aiohttp/issues/7468)) - Fixed `GunicornWebWorker` max_requests_jitter not working. ([#​7518](https://togithub.com/aio-libs/aiohttp/issues/7518)) - Fixed sorting in `filter_cookies` to use cookie with longest path. -- by :user:`marq24`. ([#​7577](https://togithub.com/aio-libs/aiohttp/issues/7577)) - Fixed display of `BadStatusLine` messages from llhttp\_. -- by :user:`Dreamsorcerer` ([#​7651](https://togithub.com/aio-libs/aiohttp/issues/7651)) ***

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



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