From 23e362faf387c1535be0abab81b30d8e4631df4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 23 Oct 2021 14:00:18 +0200 Subject: [PATCH] Bump awesomeversion from 21.8.1 to 21.10.1 (#58258) --- 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 82a19e54b6f..63472852399 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -7,7 +7,7 @@ astral==2.2 async-upnp-client==0.22.9 async_timeout==3.0.1 attrs==21.2.0 -awesomeversion==21.8.1 +awesomeversion==21.10.1 backports.zoneinfo;python_version<"3.9" bcrypt==3.1.7 certifi>=2021.5.30 diff --git a/requirements.txt b/requirements.txt index abe90479f01..84f3e342435 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ aiohttp==3.7.4.post0 astral==2.2 async_timeout==3.0.1 attrs==21.2.0 -awesomeversion==21.8.1 +awesomeversion==21.10.1 backports.zoneinfo;python_version<"3.9" bcrypt==3.1.7 certifi>=2021.5.30 diff --git a/setup.py b/setup.py index 38b05a6f0f3..2834a0b973d 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ REQUIRES = [ "astral==2.2", "async_timeout==3.0.1", "attrs==21.2.0", - "awesomeversion==21.8.1", + "awesomeversion==21.10.1", 'backports.zoneinfo;python_version<"3.9"', "bcrypt==3.1.7", "certifi>=2021.5.30",