From e19f109edd9e3ce468efe9ed588e29b1551d5599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:30:31 +0000 Subject: [PATCH] build(deps): bump jinja2 in /validator_healthcheck/api Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.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.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- validator_healthcheck/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_healthcheck/api/requirements.txt b/validator_healthcheck/api/requirements.txt index 3e4f756..2e96834 100644 --- a/validator_healthcheck/api/requirements.txt +++ b/validator_healthcheck/api/requirements.txt @@ -5,7 +5,7 @@ Flask==2.2.2 idna==3.4 importlib-metadata==5.0.0 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.3 MarkupSafe==2.1.1 requests==2.28.1 urllib3==1.26.12