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-DJANGO-6370660
  • Loading branch information
snyk-bot committed Mar 4, 2024
1 parent e7e6d9f commit 55f1036
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
Expand Up @@ -8,7 +8,7 @@ hiredis==1.0.1 # https://github.com/redis/hiredis-py

# Django
# ------------------------------------------------------------------------------
django==3.0.7 # pyup: < 3.1 # https://www.djangoproject.com/
django==3.2.25 # pyup: < 3.1 # https://www.djangoproject.com/
django-environ==0.4.5 # https://github.com/joke2k/django-environ
django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils
django-allauth==0.42.0 # https://github.com/pennersr/django-allauth
Expand Down

0 comments on commit 55f1036

Please sign in to comment.