From a57d609420d5b7b5aef6687c075bdfbef5a586ad Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Thu, 22 Feb 2024 18:18:24 +0100 Subject: [PATCH] HOTFIX * downgrades package qrcode from 7.4.2 to 7.3.1. Further details can be found in https://github.com/lincolnloop/python-qrcode/issues/353 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ae9902..686c5a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pyproj==3.6.1 python-dateutil==2.8.2 pytz==2023.3.post1 PyYAML==6.0.1 -qrcode==7.4.2 +qrcode==7.3.1 redis==5.1.0a1 requests==2.31.0 six==1.16.0