Skip to content

Can't update jinja2 - version hardcoded #3186

@eugene-nikolaev

Description

@eugene-nikolaev

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

No one assigned

    Labels

    bugSomething isn't workingdependenciesChanges to the version of dbt dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions