From 73a084851a81d65dabe5ff24dda44b983500a2bc Mon Sep 17 00:00:00 2001 From: henrikek Date: Sun, 29 Oct 2023 00:08:38 +0200 Subject: [PATCH] Update backend deps 20231029 --- ESSArch_Core/config/urls.py | 2 +- requirements/base.txt | 14 +++++++------- requirements/optional.txt | 6 +++--- requirements/tests.txt | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ESSArch_Core/config/urls.py b/ESSArch_Core/config/urls.py index 8683f0b4c..ab859209f 100644 --- a/ESSArch_Core/config/urls.py +++ b/ESSArch_Core/config/urls.py @@ -448,7 +448,7 @@ urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) -if getattr(settings, 'ENABLE_ADFS_LOGIN', False): +if getattr(settings, 'ENABLE_ADFS_LOGIN', False) or getattr(settings, 'ENABLE_SAML2_METADATA', False): from djangosaml2.views import EchoAttributesView urlpatterns.append(re_path(r'^saml2/', include('djangosaml2.urls'))) urlpatterns.append(re_path(r'^saml2test/', EchoAttributesView.as_view())) diff --git a/requirements/base.txt b/requirements/base.txt index 38f971461..c639c2a5b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ asgiref==3.7.2 -boto3==1.28.25 +boto3==1.28.73 celery[tblib]==5.3.4 -cffi==1.15.1 +cffi==1.16.0 channels==4.0.0 ; platform_system=='Linux' channels==3.0.5 ; platform_system=='Windows' channels_redis==4.1.0 @@ -11,9 +11,9 @@ cryptography==41.0.4 daphne==4.0.0 ; platform_system=='Linux' daphne==3.0.2 ; platform_system=='Windows' dj-rest-auth[with_social]==5.0.1 -django==4.2.5 +django==4.2.6 django-allauth==0.55.2 -django-cors-headers==4.2.0 +django-cors-headers==4.3.0 django-countries-plus==2.1.0 django-environ @ git+https://github.com/ESSolutions/django-environ.git@cffc7c72c900e5bf876b88dd6c14f3d0ca1470dc django-filter==23.3 @@ -23,7 +23,7 @@ django-languages-plus==2.0.0 django-mptt==0.15 django-nested-inline==0.4.6 django-picklefield==3.1 -django-redis==5.3.0 +django-redis==5.4.0 django-relativity==0.2.6 djangorestframework==3.14.0 django-json-widget==1.1.1 @@ -43,11 +43,11 @@ lxml==4.9.3 msoffcrypto-tool==5.1.1 natsort==8.4.0 opf-fido==1.6.1 -pyfakefs==5.2.4 +pyfakefs==5.3.0 python-dateutil==2.8.2 pywin32==306 ; platform_system=='Windows' redis==5.0.1 -regex==2023.8.8 +regex==2023.10.3 requests==2.31.0 requests_toolbelt==1.0.0 tenacity==8.2.3 diff --git a/requirements/optional.txt b/requirements/optional.txt index bcb651f72..bb8d8b6b8 100644 --- a/requirements/optional.txt +++ b/requirements/optional.txt @@ -1,13 +1,13 @@ -django-auth-ldap==4.5.0 +django-auth-ldap==4.6.0 django-auto-logout==0.5.1 django-axes==6.1.1 pysaml2 @ git+https://github.com/ESSolutions/pysaml2.git@2f1ba6beaef3f6189ace26e0efb5f2d031624e04 ; platform_system=='Windows' -djangosaml2==1.7.0 +djangosaml2==1.8.0 unoconv==0.9.0 comtypes==1.2.0 ; platform_system=='Windows' wfastcgi==3.0.0 mod-wsgi==4.9.4 mssql-django==1.3 mysqlclient==2.2.0 -psycopg2==2.9.7 +psycopg2==2.9.9 python-logstash-async==1.6.4 diff --git a/requirements/tests.txt b/requirements/tests.txt index cc3af945d..e29031117 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,3 +1,3 @@ -coverage==7.3.1 +coverage==7.3.2 django-test-without-migrations==0.6 selenium==3.141.0