From 64b035aac4770fd2ba0f71cbe0858d55cd916d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:52:09 +0000 Subject: [PATCH] Bump jinja2 from 3.0.2 to 3.1.6 in /exercises/python/weather-app Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.2 to 3.1.6. - [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.0.2...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exercises/python/weather-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/python/weather-app/requirements.txt b/exercises/python/weather-app/requirements.txt index 96fb3eb..0ecb587 100644 --- a/exercises/python/weather-app/requirements.txt +++ b/exercises/python/weather-app/requirements.txt @@ -16,7 +16,7 @@ ipython==7.31.1 ipython-genutils==0.2.0 itsdangerous==2.0.1 jedi==0.18.0 -Jinja2==3.0.2 +Jinja2==3.1.6 jsonschema==4.2.1 jupyter-client==7.0.6 jupyter-core==4.9.1