From 37a9178b863e4ec862ce7604a826b77ddc8928b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:47:55 +0000 Subject: [PATCH] chore(deps): bump jinja2 in /packages/python/examples/metrics_django Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. - [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.1.2...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/python/examples/metrics_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/examples/metrics_django/requirements.txt b/packages/python/examples/metrics_django/requirements.txt index 2f84e0511..dd629d372 100644 --- a/packages/python/examples/metrics_django/requirements.txt +++ b/packages/python/examples/metrics_django/requirements.txt @@ -6,7 +6,7 @@ Django==3.2.19 Flask==2.2.5 idna==2.10 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.4 MarkupSafe==2.1.1 pytz==2022.2.1 ../../