-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugSomething isn't workingSomething isn't workingdependenciesChanges to the version of dbt dependenciesChanges to the version of dbt dependencies
Milestone
Description
Hello!
Describe the bug
Tried to resolve a security alert:
GHSA-g3rq-g295-4j3m
But jinja2 version is harcoded here
https://github.com/fishtown-analytics/dbt/blob/77c10713a325d2bee91d1822951ce5d91ccc3278/core/setup.py#L62
So I was not able to bump up the version within my project.
Steps To Reproduce
- I've just set this in Pipfile:
[packages]
jinja2 = ">=2.11.3"
Expected behavior
jinja2 to be upgraded
Screenshots and log output
not applicable
System information
Which database are you using dbt with?
- postgres
- redshift
- bigquery
- snowflake
- other (specify: not relevant)
The output of dbt --version:
0.19.1-rc1
But basically it was merged in master in: 626f835
so not only
The operating system you're using:
MacOS
The output of python --version:
Python 3.7.7
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependenciesChanges to the version of dbt dependenciesChanges to the version of dbt dependencies