Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Integration][AWS | Azure] - Update dependency aiohttp to v3.11.10 (#…
…1221) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [aiohttp](https://redirect.github.com/aio-libs/aiohttp) | `3.11.8` -> `3.11.10` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/aiohttp/3.11.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/aiohttp/3.11.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/aiohttp/3.11.8/3.11.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/aiohttp/3.11.8/3.11.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aio-libs/aiohttp (aiohttp)</summary> ### [`v3.11.10`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#31110-2024-12-05) [Compare Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.9...v3.11.10) \==================== ## Bug fixes - Fixed race condition in :class:`aiohttp.web.FileResponse` that could have resulted in an incorrect response if the file was replaced on the file system during `prepare` -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10101`, :issue:`10113`. - Replaced deprecated call to :func:`mimetypes.guess_type` with :func:`mimetypes.guess_file_type` when using Python 3.13+ -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10102`. - Disabled zero copy writes in the `StreamWriter` -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10125`. *** ### [`v3.11.9`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3119-2024-12-01) [Compare Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.8...v3.11.9) \=================== ## Bug fixes - Fixed invalid method logging unexpected being logged at exception level on subsequent connections -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10055`, :issue:`10076`. ## Miscellaneous internal changes - Improved performance of parsing headers when using the C parser -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`10073`. *** </details> --- ### 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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/port-labs/ocean). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: mkarmah <mikeyarmah@gmail.com> Co-authored-by: PagesCoffy <isaac.p.coffie@gmail.com>
- Loading branch information