From adcf7513408055e843c3f2a74bf3cd1f31810b27 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 15 May 2023 06:25:06 +0200 Subject: [PATCH] Bump min-requirement of arrow --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b59e98ae8..f8b8b515c 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( 'ccxt>=3.0.0', 'SQLAlchemy>=2.0.6', 'python-telegram-bot>=20.1', - 'arrow>=0.17.0', + 'arrow>=1.0.0', 'cachetools', 'requests', 'urllib3',