From 79057cf1277d360cc6a09e5dafbb2f2d9626b1ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 06:30:59 +0000 Subject: [PATCH] Update mako requirement from 1.1.2 to 1.2.0 Updates the requirements on [mako](https://github.com/sqlalchemy/mako) to permit the latest version. - [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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687c32c..0cb40f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ version = "0.1.0" APScheduler = "3.6.3" GPUtil = "1.4.0" IPy = "0.83" -Mako = "1.1.2" +Mako = "1.2.0" PlexAPI = "4.6.1" PyJWT = "1.4.0" appdirs = "1.4.3"