From 8fae3c8cd32bcd4c6379f29c8d863c04783ec0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 07:40:12 +0100 Subject: [PATCH] Bump jinja2 from 3.1.5 to 3.1.6 (#151) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 80b5b39..59c2214 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==8.1.8 crayons==0.4.0 emoji==2.14.1 GitPython==3.1.44 -Jinja2==3.1.5 +Jinja2==3.1.6 PyGithub==2.6.1 python-dateutil==2.9.0.post0 PyYAML==6.0.2 diff --git a/setup.py b/setup.py index 0154da8..68082a5 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( "crayons==0.4.0", "emoji==2.14.1", "GitPython==3.1.44", - "Jinja2==3.1.5", + "Jinja2==3.1.6", "PyGithub==2.6.1", "python-dateutil==2.9.0.post0", "PyYAML==6.0.2",