Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asgiref==3.4.1
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pinned version asgiref==3.4.1 may be incompatible with Django 4.2.x. Django 4.2 requires asgiref>=3.6.0. Consider updating to a compatible version such as asgiref==3.7.2 or later to ensure compatibility with the upgraded Django version.

Suggested change
asgiref==3.4.1
asgiref==3.7.2

Copilot uses AI. Check for mistakes.
celery==5.1.2
confusable-homoglyphs==3.2.0
Django==3.2.6
Django==4.2.26
django-braces==1.15.0
django-celery-results==2.2.0
psycopg2-binary==2.9.1
Expand Down