Skip to content

Commit

Permalink
fix: requirements/default.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 9ee4fc8 commit 350bfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Django==1.8.16 \
--hash=sha256:224aaf17a28609707d942deafe6d0a5b382baf22a6f33e4e61c56c62f09081dd

# 3rd party logins like Github
django-allauth==0.24.1 \
django-allauth==0.63.6 \
--hash=sha256:229a6a5a63ff55f9eb46d4dae3863ba775735bf60bfc16bf4e2042f214f18e1d

# Refresh stale cache items asynchronously
Expand Down

0 comments on commit 350bfc7

Please sign in to comment.