From 5ddee3acb45e5129290a4989fc8b912631cdaa6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:23:52 +0000 Subject: [PATCH] chore(deps): update dependency aiohttp to v3.10.5 (#663) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](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.10.4` -> `==3.10.5` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/aiohttp/3.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/aiohttp/3.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/aiohttp/3.10.4/3.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/aiohttp/3.10.4/3.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
aio-libs/aiohttp (aiohttp) ### [`v3.10.5`](https://togithub.com/aio-libs/aiohttp/compare/v3.10.4...v3.10.5) [Compare Source](https://togithub.com/aio-libs/aiohttp/compare/v3.10.4...v3.10.5)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-python). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 49fee03a..e3c86cfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests>=2.32.3,<3 urllib3>=2.0.5,<3 -aiohttp ==3.10.4 +aiohttp ==3.10.5 future pydantic >=2.0.3, <3 aenum >= 3.1.11