From e731756466f1cd3b387a87f28f511278bf85f08d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:44:35 +0000 Subject: [PATCH] Build(deps): Bump jinja2 from 3.1.3 to 3.1.5 in /agnosticv-operator Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.5. - [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.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agnosticv-operator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agnosticv-operator/requirements.txt b/agnosticv-operator/requirements.txt index c819fdec..f6e2d87c 100644 --- a/agnosticv-operator/requirements.txt +++ b/agnosticv-operator/requirements.txt @@ -2,5 +2,5 @@ aiofiles==23.1.0 aiohttp==3.10.11 aioshutil==1.3 GitPython==3.1.41 -jinja2==3.1.3 +jinja2==3.1.5 pytimeparse==1.1.8