Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#23)
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-2968205
  • Loading branch information
snyk-bot authored Sep 1, 2023
1 parent 26989a6 commit cebf59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.1.3
# pip-tools
distlib==0.3.6
# via virtualenv
django==3.2.14
django==3.2.15
# via
# -r requirements.in
# django-js-asset
Expand Down

0 comments on commit cebf59c

Please sign in to comment.