Skip to content

Commit 50363fc

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-14157217
1 parent 2bbf08d commit 50363fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ six==1.16.0
5959
smmap==5.0.0
6060
soupsieve==2.3.2.post1
6161
SQLAlchemy==2.0.1
62-
sqlparse==0.4.4
62+
sqlparse==0.5.4
6363
stevedore==4.1.1
6464
toml==0.10.2
6565
tomli==2.0.1

0 commit comments

Comments
 (0)