Pārlūkot izejas kodu

[core] Upgrade werkzeug to 2.3.6 (#3353)

Ying Chen 2 gadi atpakaļ
vecāks
revīzija
06b9e1449e
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      desktop/core/base_requirements.txt
  2. 1 1
      desktop/devtools.mk

+ 1 - 1
desktop/core/base_requirements.txt

@@ -68,7 +68,7 @@ tabulate==0.8.9
 git+https://github.com/gethue/thrift.git
 thrift-sasl==0.4.3
 git+https://github.com/gethue/django-babel.git
-werkzeug==2.0.1  # Should remove it here and from devtools.mk
+werkzeug==2.3.6  # Should remove it here and from devtools.mk
 django-utils-six==2.0
 six==1.16.0
 -e file:///${ROOT}/desktop/core/ext-py3/requests-2.27.1

+ 1 - 1
desktop/devtools.mk

@@ -24,7 +24,7 @@ DEVTOOLS += \
 	nose[1.3.7] \
 	coverage[4.4.2] \
 	nosetty[0.4] \
-	werkzeug[0.14.1]
+	werkzeug[2.3.6]
 
 PYPI_MIRROR ?= https://pypi.python.org/simple/