From 6577d8cb2cb2f3ba3767889f99ca1011d088b2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 11:05:58 -0500 Subject: [PATCH] Bump jinja2 from 3.0.2 to 3.0.3 in /scripts/docs (#1994) Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.2 to 3.0.3. - [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.2...3.0.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/requirements.txt b/scripts/docs/requirements.txt index 378b45bbfe..a86e64dd5d 100644 --- a/scripts/docs/requirements.txt +++ b/scripts/docs/requirements.txt @@ -1,3 +1,3 @@ nltk==3.6.5 pyyaml==6.0 -Jinja2==3.0.2 \ No newline at end of file +Jinja2==3.0.3 \ No newline at end of file