Skip to content

Commit

Permalink
fix: solution/static-assets/requirements.txt to reduce vulnerabilities (
Browse files Browse the repository at this point in the history
#1365)

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7435780
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436514
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436646

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Parissa <parissa.eggleston@gmail.com>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent 08fe80e commit a5ae4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solution/static-assets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pyopenssl>=24,<25
Werkzeug==0.15.5
boto3
django-debug-toolbar
django>=5,<6
django>=5.0.7
requests
djangorestframework
psycopg2-binary
Expand Down

0 comments on commit a5ae4ad

Please sign in to comment.