Skip to content

Commit

Permalink
[Snyk] Security upgrade sqlparse from 0.4.4 to 0.5.0 (#12165)
Browse files Browse the repository at this point in the history
* fix: requirements.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-6615674

* - Align setup.cfg to requirements.txt

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
afabiani and snyk-bot authored Apr 22, 2024
1 parent 946bf94 commit 84b4263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ cryptography>=41.0.0 # not directly required, pinned by Snyk to avoid a vulnerab
aiohttp>=3.9.0 # not directly required, pinned by Snyk to avoid a vulnerability
dnspython>=2.6.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability
nh3==0.2.17
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ install_requires =
aiohttp>=3.9.0 # not directly required, pinned by Snyk to avoid a vulnerability
dnspython>=2.6.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability
nh3==0.2.17
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

[options.packages.find]
exclude = tests
Expand Down

0 comments on commit 84b4263

Please sign in to comment.