IQTLabs / AISonobuoy

Maritime Situational Awareness: An Exploration
Apache License 2.0
35 stars 19 forks source link

Update dependency aiohttp to v3.8.3 - autoclosed #1012

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiohttp ==3.8.1 -> ==3.8.3 age adoption passing confidence

Release Notes

aio-libs/aiohttp ### [`v3.8.3`](https://togithub.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#​383-2022-09-21) [Compare Source](https://togithub.com/aio-libs/aiohttp/compare/v3.8.2...v3.8.3) \================== .. attention:: This is the last :doc:`aiohttp ` release tested under Python 3.6. The 3.9 stream is dropping it from the CI and the distribution package metadata. ## Bugfixes - Increased the upper boundary of the :doc:`multidict:index` dependency to allow for the version 6 -- by :user:`hugovk`. It used to be limited below version 7 in :doc:`aiohttp ` v3.8.1 but was lowered in v3.8.2 via :pr:`6550` and never brought back, causing problems with dependency pins when upgrading. :doc:`aiohttp ` v3.8.3 fixes that by recovering the original boundary of `< 7`. `#​6950 `\_ *** ### [`v3.8.2`](https://togithub.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#​382-2022-09-20-subsequently-yanked-on-2022-09-21) [Compare Source](https://togithub.com/aio-libs/aiohttp/compare/v3.8.1...v3.8.2) \===================================================== ## Bugfixes - Support registering OPTIONS HTTP method handlers via RouteTableDef. `#​4663 `\_ - Started supporting `authority-form` and `absolute-form` URLs on the server-side. `#​6227 `\_ - Fix Python 3.11 alpha incompatibilities by using Cython 0.29.25 `#​6396 `\_ - Remove a deprecated usage of pytest.warns(None) `#​6663 `\_ - Fix regression where `asyncio.CancelledError` occurs on client disconnection. `#​6719 `\_ - Export :py:class:`~aiohttp.web.PrefixedSubAppResource` under :py:mod:`aiohttp.web` -- by :user:`Dreamsorcerer`. This fixes a regression introduced by :pr:`3469`. `#​6889 `\_ - Dropped the :class:`object` type possibility from the :py:attr:`aiohttp.ClientSession.timeout` property return type declaration. `#​6917 `*, `#​6923 `* ## Improved Documentation - Added clarification on configuring the app object with settings such as a db connection. `#​4137 `\_ - Edited the web.run_app declaration. `#​6401 `\_ - Dropped the :class:`object` type possibility from the :py:attr:`aiohttp.ClientSession.timeout` property return type declaration. `#​6917 `*, `#​6923 `* ## Deprecations and Removals - Drop Python 3.5 support, aiohttp works on 3.6+ now. `#​4046 `\_ ## Misc - `#​6369 `*, `#​6399 `*, `#​6550 `*, `#​6708 `*, `#​6757 `*, `#​6857 `*, `#​6872 `\_ ***

Configuration

πŸ“… Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York, 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.

codecov[bot] commented 1 year ago

Codecov Report

Base: 84.02% // Head: 84.02% // No change to project coverage :thumbsup:

Coverage data is based on head (09f5daa) compared to base (e927925). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1012 +/- ## ======================================= Coverage 84.02% 84.02% ======================================= Files 9 9 Lines 889 889 ======================================= Hits 747 747 Misses 142 142 ``` | [Impacted Files](https://codecov.io/gh/IQTLabs/AISonobuoy/pull/1012?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=IQTLabs) | Coverage Ξ” | | |---|---|---| | [PiBuoyV2/services/sense/sense\_app.py](https://codecov.io/gh/IQTLabs/AISonobuoy/pull/1012/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=IQTLabs#diff-UGlCdW95VjIvc2VydmljZXMvc2Vuc2Uvc2Vuc2VfYXBwLnB5) | `77.04% <0.00%> (ΓΈ)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=IQTLabs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=IQTLabs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.