Skip to content

Commit

Permalink
chore: Update django-allauth to version 0.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosferreyra committed Aug 11, 2024
1 parent ca10d6b commit b2b4b4f
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.12-slim-bullseye

# Set environment variables
ENV SECRET_KEY=${DJANGO_SECRET_KEY}

ENV DJANGO_SETTINGS_MODULE=server.settings.base
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
Expand Down
Binary file modified backend/core/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/core/__pycache__/admin.cpython-312.pyc
Binary file not shown.
Binary file modified backend/core/__pycache__/apps.cpython-312.pyc
Binary file not shown.
Binary file modified backend/core/__pycache__/models.cpython-312.pyc
Binary file not shown.
Binary file modified backend/server/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/server/settings/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/server/settings/__pycache__/base.cpython-312.pyc
Binary file not shown.
Binary file modified backend/users/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/users/__pycache__/admin.cpython-312.pyc
Binary file not shown.
Binary file modified backend/users/__pycache__/apps.cpython-312.pyc
Binary file not shown.
Binary file modified backend/users/__pycache__/models.cpython-312.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defusedxml==0.7.1
dill==0.3.8
dj-rest-auth==6.0.0
Django==5.1
django-allauth==64.0.0
django-allauth==0.61.1
django-cors-headers==4.4.0
django-debug-toolbar==4.4.5
django-extensions==3.2.3
Expand Down

0 comments on commit b2b4b4f

Please sign in to comment.