Browse Source

[cve] Remove pillow from Django 1.11.29 ext-py package(#2649)

- Having couple of CVEs ranging from high to critical in the current version.
- Version suggested by dependabot (>=8.3.2) required Python 3.6 and above.
- Used in Django 1.11.29 tests so we can remove and ignore most probably.
Harsh Gupta 4 years ago
parent
commit
022ff04e55
1 changed files with 0 additions and 1 deletions
  1. 0 1
      desktop/core/ext-py/Django-1.11.29/tests/requirements/base.txt

+ 0 - 1
desktop/core/ext-py/Django-1.11.29/tests/requirements/base.txt

@@ -4,7 +4,6 @@ docutils
 geoip2
 jinja2 >= 2.9.2
 numpy
-Pillow != 5.4.0
 PyYAML < 5.3
 # pylibmc/libmemcached can't be built on Windows.
 pylibmc; sys.platform != 'win32'