Skip to content

Commit c00a1df

Browse files
Upgrade Jinja to fix a security vulnerability (#1684)
Vulnerability context here https://github.com/dbt-labs/metricflow-server/security/dependabot/42
1 parent 9042655 commit c00a1df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbt-metricflow/extra-hatch-configuration/requirements-cli.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dbt-core>=1.9.0, <1.10.0
55
dbt-semantic-interfaces
66

77
# CLI-related
8-
Jinja2>=3.1.3
8+
Jinja2>=3.1.6, <3.7.0
99
halo>=0.0.31, <0.1.0
1010
update-checker>=0.18.0, <0.19.0
1111

extra-hatch-configuration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Jinja2>=3.1.3
1+
Jinja2>=3.1.6, <3.7.0
22
dbt-semantic-interfaces==0.8.3
33
more-itertools>=8.10.0, <10.2.0
44
pydantic>=1.10.0, <3.0

0 commit comments

Comments
 (0)