From 6ccac2ae615c019f69319ee26555c5e128a608f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:55:13 +0000 Subject: [PATCH] build(deps): bump mako from 1.3.3 to 1.3.5 Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.3 to 1.3.5. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b21407db133..149312a4283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -165,7 +165,7 @@ webdriver_manager==4.0.1 # Security and audit mistune==3.0.2 protobuf==3.20.3 -mako==1.3.3 +mako==1.3.5 paramiko==3.4.0 # not directly required, fixes Blowfish deprecation warning certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability jwcrypto>=1.5.6 # not directly required, pinned by Snyk to avoid a vulnerability