From b0ad6706fc36ce00c44a3b8bfefcb6d6abb11506 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 28 Nov 2022 08:09:05 +0100 Subject: [PATCH] Fix wrong version bump --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cc38bfc96..884b25025 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ pandas-ta==0.3.14b ccxt==2.2.36 # Pin cryptography for now due to rust build errors with piwheels -cryptography==38.0.1; platform_machine == 'armv7l' -cryptography==38.0.3; platform_machine != 'armv7l' +cryptography==38.0.4; platform_machine == 'armv7l' +cryptography==38.0.4; platform_machine != 'armv7l' aiohttp==3.8.3 SQLAlchemy==1.4.44 python-telegram-bot==13.14