Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating requirements.txt #62

Merged
merged 3 commits into from
Aug 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
cffi==1.16.0
# via dbt-core
chardet==5.2.0
# via
# viax
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved
# diff-cover
# sqlfluff
charset-normalizer==3.3.2
Expand All @@ -38,19 +38,19 @@
# via
# dbt-core
# sqlfluff
configobj==5.0.8
configobj==5.0.1

Check notice on line 41 in requirements.txt

View check run for this annotation

Wiz Inc. (266a8a9c32) / Wiz Vulnerability Scanner

configobj:5.0.1

Detected Vulnerabilities: CVE-2023-26112, Severity: Low, Source: https://github.com/advisories/GHSA-c33w-24p9-8m24 CVSS score: 5.9, CVSS exploitability score: 2.2 💥 Has public exploit 🧨 Has CISA KEV exploit
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved
# via
# cli-helpers
# duckcli
dbt-core==1.7.9
dbt-core==1.8.1
# via
# -r requirements.in
# dbt-duckdb
dbt-duckdb==1.7.3
dbt-duckdb==1.8.1
# via -r requirements.in
dbt-extractor==0.5.1
# via dbt-core
dbt-semantic-interfaces==0.4.4
dbt-semantic-interfaces==0.5.1
# via dbt-core
diff-cover==8.0.3
# via sqlfluff
Expand Down Expand Up @@ -177,7 +177,7 @@
# python-dateutil
sqlfluff==2.3.5
# via -r requirements.in
sqlparse==0.4.4
sqlparse==0.5.0
# via
# dbt-core
# duckcli
Expand Down
Loading