Skip to content

Commit

Permalink
fix: 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-DJANGOALLAUTH-7577207
  • Loading branch information
snyk-bot committed Aug 2, 2024
1 parent ea84579 commit b496dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ psycopg2-binary==2.9.5 # https://github.com/psycopg/psycopg2-wheels
django==4.1.3 # pyup: < 3.1 # https://www.djangoproject.com/
django-environ==0.9.0 # https://github.com/joke2k/django-environ
django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
django-allauth==0.51.0 # https://github.com/pennersr/django-allauth
django-allauth==0.63.6 # https://github.com/pennersr/django-allauth
django-redis==5.2.0 # https://github.com/jazzband/django-redis

# Application
Expand Down

0 comments on commit b496dd0

Please sign in to comment.