Skip to content

Dev #557

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Dev #557

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Django and Wagtail versions in requirements.txt
  • Loading branch information
ashwin31 committed Apr 8, 2025
commit b45d74c1323be625efd0f5e16f8566d793ed657f
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==4.2.1
django==4.2.20
celery==5.2.7
python-dotenv==1.0.0
django-cors-headers==4.0.0
Expand All @@ -9,7 +9,7 @@ django-ses==3.5.0
psycopg2-binary==2.9.6
whitenoise==6.4.0
sentry-sdk==1.24.0
wagtail==5.0.1
wagtail==5.0.5
django_extensions==3.2.1
django_storages==1.13.2

Expand Down