diff --git a/requirements-container.txt b/requirements-container.txt index dc84e61..60146c5 100644 --- a/requirements-container.txt +++ b/requirements-container.txt @@ -1,5 +1,5 @@ django-auth-ldap==5.1.0 django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.4 -dulwich==0.22.5 +dulwich==0.22.6 python3-saml==1.16.0 --no-binary lxml,xmlsec sentry-sdk[django]==2.18.0 diff --git a/test-configuration/test_config.py b/test-configuration/test_config.py index 09bd5dc..884defd 100644 --- a/test-configuration/test_config.py +++ b/test-configuration/test_config.py @@ -4,4 +4,3 @@ LOGGING = { } DEFAULT_PERMISSIONS = {} -LOGIN_REQUIRED = False