From 7bbe5ad08d5c2a1a315edd107a74c4627155bd25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 8 Sep 2023 22:16:37 +0200 Subject: [PATCH] Update upstream to 6.1 --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 41ab166..1cbfdbe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "I Hate Money" description.en = "Simple app to manage your collective expenses" description.fr = "Gérez simplement vos dépenses collectives" -version = "5.2.0~ynh3" +version = "6.1.0~ynh3" maintainers = ["Jocelyn Delalande"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 0147974..88b94d3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= pip_dependencies=( - 'ihatemoney==5.2.0' + 'ihatemoney==6.1.0' 'gunicorn>=20.0' 'PyMySQL>=0.9,<1.1' )