14637 update to Django 5

This commit is contained in:
Arthur 2024-01-03 11:23:42 -08:00
parent 7c4b939b59
commit 33d1679001
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ bleach
# The Python web framework on which NetBox is built # The Python web framework on which NetBox is built
# https://docs.djangoproject.com/en/stable/releases/ # https://docs.djangoproject.com/en/stable/releases/
Django<5.0 Django<5.1
# Django middleware which permits cross-domain API requests # Django middleware which permits cross-domain API requests
# https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst # https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst

View File

@ -1,5 +1,5 @@
bleach==6.1.0 bleach==6.1.0
Django==4.2.8 Django==5.0.1
django-cors-headers==4.3.1 django-cors-headers==4.3.1
django-debug-toolbar==4.2.0 django-debug-toolbar==4.2.0
django-filter==23.5 django-filter==23.5