Skip to content

Commit

Permalink
fix: requirements/requirements.txt to reduce vulnerabilities (#81)
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-SQLPARSE-5426157

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
yu-iskw and snyk-bot committed Apr 21, 2023
1 parent 82e2959 commit 9ea8daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dbt-core<1.4
# sqlfluff
sqlfluff==${SQLFLUFF_VERSION}
sqlfluff-templater-dbt==${SQLFLUFF_VERSION}
sqlparse>=0.4.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 9ea8daa

Please sign in to comment.