Skip to content

Commit

Permalink
Update dependency aiohttp to v3.9.1 (#307)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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.9.0` ->
`==3.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/aiohttp/3.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/aiohttp/3.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/aiohttp/3.9.0/3.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/aiohttp/3.9.0/3.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.9.1`](https://togithub.com/aio-libs/aiohttp/releases/tag/v3.9.1):
3.9.1

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

## Bugfixes

-   Fixed importing aiohttp under PyPy on Windows.

    ([#&#8203;7848](https://togithub.com/aio-libs/aiohttp/issues/7848))

-   Fixed async concurrency safety in websocket compressor.

    ([#&#8203;7865](https://togithub.com/aio-libs/aiohttp/issues/7865))

- Fixed `ClientResponse.close()` releasing the connection instead of
closing.

    ([#&#8203;7869](https://togithub.com/aio-libs/aiohttp/issues/7869))

- Fixed a regression where connection may get closed during upgrade. --
by :user:`Dreamsorcerer`

    ([#&#8203;7879](https://togithub.com/aio-libs/aiohttp/issues/7879))

- Fixed messages being reported as upgraded without an Upgrade header in
Python parser. -- by :user:`Dreamsorcerer`

    ([#&#8203;7895](https://togithub.com/aio-libs/aiohttp/issues/7895))

***

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 28, 2023
1 parent 0c4f3f8 commit 32d107a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e .
aiohttp==3.9.0
aiohttp==3.9.1
aiohttp_retry==2.8.3
freezegun==1.2.2
mitmproxy==10.1.5
Expand Down

0 comments on commit 32d107a

Please sign in to comment.