From b825f7020abeb164f6dd2c74277f1aa66854cb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:41:03 +0000 Subject: [PATCH] Bump pymysql from 1.0.2 to 1.1.0 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.2 to 1.1.0. - [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.0.2...v1.1.0) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 993866421..88f36e696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "python-jose[cryptography]", "alembic==1.9.2", "sqlmodel==0.0.8", - "pymysql==1.0.2", + "pymysql==1.1.0", "fastapi_pagination==0.12.5", "plotly==5.15.0", "kaleido==0.2.1",