From 4d8ac54297bc934d264575f879807906f13f128d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 28 Nov 2024 14:01:50 +0100 Subject: [PATCH] chore(deps): pin more dependencies --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 5ae26cdd7..cb1b7887f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ certifi==2024.8.30 cryptography==44.0.0 +defusedxml==0.7.1 Django==5.1.3 django-appconf==1.0.6 django-compressor==4.5.1 @@ -19,6 +20,7 @@ paramiko==3.5.0 Pillow==11.0.0 pyopenssl==24.3.0 python-dateutil==2.9.0.post0 +pytz==2023.3.post1 qrcode==8.0 redis==5.2.0 requests==2.32.3