From 994559dfbaf23376faec3fe53230df226240135b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 8 Jul 2023 06:07:06 +0000 Subject: [PATCH] Upgrade to v2023.7.1 --- manifest.toml | 2 +- scripts/_common.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2d666f9..fd8f065 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Home Assistant" description.en = "Home automation platform" description.fr = "Plateforme domotique" -version = "2023.6.3~ynh1" +version = "2023.7.1~ynh1" maintainers = ["ewilly"] diff --git a/scripts/_common.sh b/scripts/_common.sh index d1184bf..42e0fc3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,11 +5,11 @@ #================================================= # Release to install -app_version=2023.6.3 +app_version=2023.7.1 # Requirements py_required_version=3.11.4 -pip_required="pip (<23.2,>=21.0)" +pip_required="pip (<23.2,>=21.3.1)" # Fail2ban failregex="^%(__prefix_line)s.*\[homeassistant.components.http.ban\] Login attempt or request with invalid authentication from.* \(\).* Requested URL: ./auth/.*"