From 2503e05944dc0cfdccdbcec81bd95f8b7d9d0423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 11:50:53 -0700 Subject: [PATCH] Bump jinja2 from 3.0.0 to 3.0.1 (#2044) Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.0...3.0.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 0604fe01b1..381528437b 100644 --- a/requirements.in +++ b/requirements.in @@ -7,7 +7,7 @@ gitpython==3.1.17 google-cloud-bigquery==2.16.1 google-cloud-storage==1.38.0 importlib-metadata==4.0.1 # python 3.7 backwards compat -Jinja2==3.0.0 +Jinja2==3.0.1 jsonschema==3.2.0 mozilla-schema-generator==0.3.0 pandas==1.2.4 diff --git a/requirements.txt b/requirements.txt index d03bdd70b7..95bacac7a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -277,9 +277,9 @@ isort==5.8.0 \ --hash=sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6 \ --hash=sha256:2bb1680aad211e3c9944dbce1d4ba09a989f04e238296c87fe2139faa26d655d # via pytest-isort -jinja2==3.0.0 \ - --hash=sha256:2f2de5285cf37f33d33ecd4a9080b75c87cd0c1994d5a9c6df17131ea1f049c6 \ - --hash=sha256:ea8d7dd814ce9df6de6a761ec7f1cac98afe305b8cdc4aaae4e114b8d8ce24c5 +jinja2==3.0.1 \ + --hash=sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4 \ + --hash=sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4 # via -r requirements.in jsonschema==3.2.0 \ --hash=sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163 \