Skip to content

Commit bc1f7f2

Browse files
committed
Update requirements.in to operate on dbt-core 1.7
We wanted to move this project to the latest dbt-core version to ensure it operates on a version of dbt-core that has addressed the security issue (CVE-2024-22195) with Jinja2. By association we also had to upgrade the version of dbt-duckdb being used. Tangentially we also upgraded the version of sqlfluff.
1 parent 8a693de commit bc1f7f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
duckcli>=0.2.1
33

44
# Database adapter
5-
dbt-duckdb>=1.3.1
5+
dbt-duckdb>=1.7.3,<1.8.0
66

7-
# dbt Core 1.3
8-
dbt-core>=1.3.0
7+
# dbt Core 1.
8+
dbt-core>=1.7.9,<1.8.0
99

1010
# extra features
11-
sqlfluff~=1.2.1
11+
sqlfluff>=2.3.5,<3

0 commit comments

Comments
 (0)