Skip to content

Commit

Permalink
fix: backend/requirements/base.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1316216
  • Loading branch information
snyk-bot authored and mrchrisadams committed Aug 7, 2021
1 parent a672649 commit e7e6d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytz==2020.1 # https://github.com/stub42/pytz
python-slugify==4.0.0 # https://github.com/un33k/python-slugify
Pillow==7.1.2 # https://github.com/python-pillow/Pillow
Pillow==8.3.0 # https://github.com/python-pillow/Pillow
argon2-cffi==20.1.0 # https://github.com/hynek/argon2_cffi
whitenoise==5.1.0 # https://github.com/evansd/whitenoise
redis==3.5.0 # https://github.com/andymccurdy/redis-py
Expand Down

0 comments on commit e7e6d9f

Please sign in to comment.