From 5e7e32f702915b21766f27658de9a72b3dba5d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 08:40:48 +0000 Subject: [PATCH] Bump the pip group in /source/cities with 2 updates Bumps the pip group in /source/cities with 2 updates: [jinja2](https://github.com/pallets/jinja) and [mako](https://github.com/sqlalchemy/mako). Updates `jinja2` from 2.11.3 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/2.11.3...3.1.6) Updates `mako` from 0.9.1 to 1.2.2 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: mako dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- source/cities/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/cities/requirements.txt b/source/cities/requirements.txt index 1a5b6a8b0f..dfa5242775 100644 --- a/source/cities/requirements.txt +++ b/source/cities/requirements.txt @@ -1,6 +1,6 @@ GeoAlchemy2==0.2.4 -Jinja2==2.11.3 -Mako==0.9.1 +Jinja2==3.1.6 +Mako==1.2.2 MarkupSafe==0.23 SQLAlchemy==1.3.3 Shapely==1.3.0