Skip to content

Commit

Permalink
Merge pull request #170 from QCDIS/dependabot/pip/vreapis/django-keyc…
Browse files Browse the repository at this point in the history
…loak-auth-0.9.7

[pip] Bump django-keycloak-auth from 0.9.6 to 0.9.7 in /vreapis
  • Loading branch information
gpelouze authored Nov 17, 2023
2 parents 81a36d5 + f5dc954 commit e5b025a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vreapis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ djangorestframework==3.14.0
djangorestframework-gis==1.0
django-filter==23.3
whitenoise==6.6.0
django-keycloak-auth==0.9.6
django-keycloak-auth==0.9.7
python-keycloak==3.3.0
gunicorn==21.2.0
pyyaml==6.0.1
Expand Down
2 changes: 1 addition & 1 deletion vreapis/vreapis/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django-keycloak-auth.middleware.KeycloakMiddleware',
'django_keycloak_auth.middleware.KeycloakMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
Expand Down

0 comments on commit e5b025a

Please sign in to comment.