From 08b1920ff1714adf460a60011fd94192e474f3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 02:53:01 +0000 Subject: [PATCH] chore(deps): update pymysql requirement in /panel/api 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/v1.1.0rc1...v1.2.0) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- panel/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/api/pyproject.toml b/panel/api/pyproject.toml index 98de615..d2ddc4d 100644 --- a/panel/api/pyproject.toml +++ b/panel/api/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "pyjwt==2.12.*", "bcrypt==5.0.*", "sqlalchemy==2.0.*", - "pymysql==1.1.*", + "pymysql==1.2.*", "psycopg[binary]==3.3.*", "docker==7.1.*", "python-multipart==0.0.29",