From 0f068cc0eab9dd6693221a3a3cd6faedc3c50811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:18:35 +0000 Subject: [PATCH] Update pymysql requirement from <1.1,>=0.9 to >=0.9,<1.2 Updates the requirements on [pymysql](https://github.com/PyMySQL/PyMySQL) to permit the latest version. - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v0.9.0...v1.1.1) --- updated-dependencies: - dependency-name: pymysql 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 b3009ac22..b291c82b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ database = [ # Python 3.11 support starts in 2.9.2 "psycopg2-binary>=2.9.2,<2.9.9", - "PyMySQL>=0.9,<1.1", + "PyMySQL>=0.9,<1.2", ] dev = [ "ruff==0.6.8",