Skip to content

Commit

Permalink
[core][cve] Remove werkzeug package (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 authored Apr 24, 2024
1 parent 06c5641 commit 0119e00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion desktop/core/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ trino==0.324.0 # Need to upgrade to the latest version but that requires reques
git+https://github.com/gethue/thrift.git
thrift-sasl==0.4.3
git+https://github.com/gethue/django-babel.git
werkzeug==2.3.6 # Should remove it here and from devtools.mk
django-utils-six==2.0
six==1.16.0
psutil==5.8.0
Expand Down
3 changes: 1 addition & 2 deletions desktop/devtools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ DEVTOOLS += \
ipdb[0.13.9] \
nose[1.3.7] \
coverage[4.4.2] \
nosetty[0.4] \
werkzeug[2.3.6]
nosetty[0.4]

PYPI_MIRROR ?= https://pypi.python.org/simple/

Expand Down

0 comments on commit 0119e00

Please sign in to comment.