Skip to content

Commit c2fdaf2

Browse files
committed
Use versions from Django release cycle.
Django 5.3 will never be released because the Django's release cycle is A.0, A.1, A.2: https://docs.djangoproject.com/en/stable/internals/release-process
1 parent bbb0403 commit c2fdaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django>=5.2,<5.3
1+
Django>=5.2,<6.0
22
dj-database-url==2.3
33
psycopg[binary]>=3.2,<3.3
44
gunicorn>=23

0 commit comments

Comments
 (0)