From 82c7e968df4d330473a372287f4122df14e23147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 02:42:59 +0000 Subject: [PATCH] chore(deps): bump pymysql from 1.1.0 to 1.1.1 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.0 to 1.1.1. - [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.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 004ce374b4..9fffc0505f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "peewee==3.17.5", "peewee-migrate==1.12.2", "psycopg2-binary==2.9.9", - "PyMySQL==1.1.0", + "PyMySQL==1.1.1", "bcrypt==4.1.3", "litellm[proxy]==1.37.20",