From dc98791963418746e20d088ff298528b2c4b12fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 26 Nov 2021 12:06:50 +0100 Subject: [PATCH] Bump awesomeversion from 21.10.1 to 21.11.0 (#60401) --- 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 6e992e60d7b..d5d73be25b2 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -8,7 +8,7 @@ async-upnp-client==0.22.12 async_timeout==4.0.0 atomicwrites==1.4.0 attrs==21.2.0 -awesomeversion==21.10.1 +awesomeversion==21.11.0 backports.zoneinfo;python_version<"3.9" bcrypt==3.1.7 certifi>=2021.5.30 diff --git a/requirements.txt b/requirements.txt index a7e86ca6dea..8009c50a7e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ astral==2.2 async_timeout==4.0.0 attrs==21.2.0 atomicwrites==1.4.0 -awesomeversion==21.10.1 +awesomeversion==21.11.0 backports.zoneinfo;python_version<"3.9" bcrypt==3.1.7 certifi>=2021.5.30 diff --git a/setup.py b/setup.py index af23dc52159..a616102018d 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ REQUIRES = [ "async_timeout==4.0.0", "attrs==21.2.0", "atomicwrites==1.4.0", - "awesomeversion==21.10.1", + "awesomeversion==21.11.0", 'backports.zoneinfo;python_version<"3.9"', "bcrypt==3.1.7", "certifi>=2021.5.30",