1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#10172 upgrade Django to 4.1.1

This commit is contained in:
Arthur
2022-09-08 13:20:27 -07:00
parent 41d653738a
commit 27d72746ca
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
# https://github.com/django/django
Django<4.1
Django<4.2
# Django middleware which permits cross-domain API requests
# https://github.com/OttoYiu/django-cors-headers

View File

@ -1,5 +1,5 @@
bleach==5.0.1
Django==4.0.7
Django==4.1.1
django-cors-headers==3.13.0
django-debug-toolbar==3.6.0
django-filter==22.1