From 1bde614ebed9addf7f8928e88c967e2aefc8df7a Mon Sep 17 00:00:00 2001 From: Guillaume Englert Date: Thu, 5 Oct 2023 11:05:41 +0200 Subject: [PATCH] Upgrade some versions of libs (Django, cryptography, redis, rjsmin). --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9bac0f08d7..dc17681282 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,17 +35,17 @@ zip_safe = False include_package_data = True packages = find: install_requires = - django ~=3.2.21 - redis ~=4.1.4 + django ~=3.2.22 + redis ~=4.5.5 Pillow ~=9.2 python-dateutil ~=2.8.2 bleach[css] ~=5.0 django-formtools ==2.4 - cryptography ~=39.0.2 + cryptography ~=40.0.2 xlrd ~=1.2.0 xlwt ~=1.3.0 csscompressor ~=0.9 - rjsmin ~=1.2 + rjsmin ~=1.2.2 # FIX: pin temporarily because it seems there a is bug with 0.2.7 & xhtml2pdf ==0.2.6 pywin32; platform_system == "Windows"