@@ -1,6 +1,6 @@
# The Python web framework on which NetBox is built
# https://docs.djangoproject.com/en/stable/releases/
-Django<5.2
+Django==5.2.*
# Django middleware which permits cross-domain API requests
# https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst
@@ -1,4 +1,4 @@
-Django==5.1.5
+Django==5.2b1
django-cors-headers==4.6.0
django-debug-toolbar==5.0.1
django-filter==24.3