From 35168309f2a34e7963e5c08c69b0e0ece241eead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:22:13 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.1.3 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 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.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 43a0c83..6d06008 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ requests==2.31.0 -Jinja2==3.1.3 +Jinja2==3.1.4 urllib3==2.2.0 py-healthcheck==1.10.1 psutil==5.9.8 diff --git a/requirements.txt b/requirements.txt index 796f434..d439a79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.31.0 -Jinja2==3.1.3 +Jinja2==3.1.4 urllib3==2.2.0 py-healthcheck==1.10.1 psutil==5.9.8