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 a4d34fd commit 1b2ae9c
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 @@ -10,7 +10,7 @@ chardet==3.0.4
click==7.1.1
decorator==4.4.2
distlib==0.3.0
Django==3.2.0
Django==3.2.22
django-environ==0.4.5
entrypoints==0.3
filelock==3.0.12
Expand Down

0 comments on commit 1b2ae9c

Please sign in to comment.