From 1dfb929986e2c1ff36042232993c170f91b766e7 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:49:31 +0100 Subject: [PATCH] Upgrade async_timeout to 4.0.2 (#64008) --- homeassistant/package_constraints.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 0cfe1d6f178..1f7f595938f 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -5,7 +5,7 @@ aiohttp==3.8.1 aiohttp_cors==0.7.0 astral==2.2 async-upnp-client==0.23.3 -async_timeout==4.0.0 +async_timeout==4.0.2 atomicwrites==1.4.0 attrs==21.2.0 awesomeversion==22.1.0 diff --git a/requirements.txt b/requirements.txt index fc72be53ad8..8f649ca5fd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Home Assistant Core aiohttp==3.8.1 astral==2.2 -async_timeout==4.0.0 +async_timeout==4.0.2 attrs==21.2.0 atomicwrites==1.4.0 awesomeversion==22.1.0 diff --git a/setup.py b/setup.py index b63a8fc8763..cf8d2e63dcd 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ PACKAGES = find_packages(exclude=["tests", "tests.*"]) REQUIRES = [ "aiohttp==3.8.1", "astral==2.2", - "async_timeout==4.0.0", + "async_timeout==4.0.2", "attrs==21.2.0", "atomicwrites==1.4.0", "awesomeversion==22.1.0",