Skip to content

Commit

Permalink
Update backend deps 20231029
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikek committed Oct 28, 2023
1 parent 594589d commit 73a0848
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ESSArch_Core/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coverage==7.3.1
coverage==7.3.2
django-test-without-migrations==0.6
selenium==3.141.0

0 comments on commit 73a0848

Please sign in to comment.