Pārlūkot izejas kodu

#10172 upgrade Django to 4.1.1

Arthur 3 gadi atpakaļ
vecāks
revīzija
27d72746ca
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      base_requirements.txt
  2. 1 1
      requirements.txt

+ 1 - 1
base_requirements.txt

@@ -4,7 +4,7 @@ bleach
 
 
 # The Python web framework on which NetBox is built
 # The Python web framework on which NetBox is built
 # https://github.com/django/django
 # https://github.com/django/django
-Django<4.1
+Django<4.2
 
 
 # Django middleware which permits cross-domain API requests
 # Django middleware which permits cross-domain API requests
 # https://github.com/OttoYiu/django-cors-headers
 # https://github.com/OttoYiu/django-cors-headers

+ 1 - 1
requirements.txt

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