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 207abd1 commit 9923053
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 @@ -64,7 +64,7 @@ ruamel.yaml.clib==0.2.8
six==1.16.0
soupsieve==2.5
SQLAlchemy==1.4.23
sqlparse==0.4.4
sqlparse==0.5.0
stack-data==0.6.3
traitlets==5.14.1
uritemplate==4.1.1
Expand Down

0 comments on commit 9923053

Please sign in to comment.