From 8c01e366833284130f31e65fc25d743c2b165437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 01:16:59 +0000 Subject: [PATCH] Bump aiohttp from 3.7.1 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.1 to 3.7.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.1...v3.7.4) Signed-off-by: dependabot[bot] --- homeassistant/package_constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 5a7c5be08829e5..12d1b43df33299 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,6 +1,6 @@ PyJWT==1.7.1 PyNaCl==1.3.0 -aiohttp==3.7.1 +aiohttp==3.7.4 aiohttp_cors==0.7.0 astral==1.10.1 async_timeout==3.0.1 diff --git a/requirements.txt b/requirements.txt index 8227311d0c69f8..6fe4aead1cfd19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -c homeassistant/package_constraints.txt # Home Assistant Core -aiohttp==3.7.1 +aiohttp==3.7.4 astral==1.10.1 async_timeout==3.0.1 attrs==19.3.0