From 4606729e8d9d57c0ce3fd42b59db8a7b08678513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 10:29:44 +0000 Subject: [PATCH] Bump mako from 1.2.1 to 1.2.2 in /examples Bumps [mako](https://github.com/sqlalchemy/mako) from 1.2.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: mako dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- examples/requirements_lock.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index fc61d103d..d7aeeb6cf 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1 +1 @@ -mako==1.2.1 +mako==1.2.2 diff --git a/examples/requirements_lock.txt b/examples/requirements_lock.txt index fc580a953..3a2f41b76 100644 --- a/examples/requirements_lock.txt +++ b/examples/requirements_lock.txt @@ -4,9 +4,9 @@ # # bazel run //:requirements.update # -mako==1.2.1 \ - --hash=sha256:df3921c3081b013c8a2d5ff03c18375651684921ae83fd12e64800b7da923257 \ - --hash=sha256:f054a5ff4743492f1aa9ecc47172cb33b42b9d993cffcc146c9de17e717b0307 +mako==1.2.2 \ + --hash=sha256:3724869b363ba630a272a5f89f68c070352137b8fd1757650017b7e06fda163f \ + --hash=sha256:8efcb8004681b5f71d09c983ad5a9e6f5c40601a6ec469148753292abc0da534 # via -r requirements.txt markupsafe==2.1.1 \ --hash=sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003 \