Skip to content

Commit

Permalink
fix: requirements.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-5932095
  • Loading branch information
snyk-bot committed Oct 6, 2023
1 parent b46482b commit 3ed0cf4
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 @@ -32,7 +32,7 @@ click-repl==0.3.0
# via celery
dj-database-url==2.1.0
# via -r requirements.in
django==3.2.20
django==3.2.22
# via
# -r requirements.in
# dj-database-url
Expand Down

0 comments on commit 3ed0cf4

Please sign in to comment.