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-SQLPARSE-6615674
  • Loading branch information
snyk-bot committed Apr 17, 2024
1 parent f851847 commit 3c4e573
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 @@ -35,7 +35,7 @@ pytz==2023.3
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.31.0; python_version >= '3.7'
setuptools==68.0.0; python_version >= '3.7'
sqlparse==0.4.4; python_version >= '3.5'
sqlparse==0.5.0; python_version >= '3.5'
typing-extensions==4.7.1; python_version >= '3.7'
unidecode==1.3.6
urllib3==2.0.3; python_version >= '3.7'
Expand Down

0 comments on commit 3c4e573

Please sign in to comment.