From 74eb9b63cc1e258eeab322005e98093d7a666d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:23:18 +0000 Subject: [PATCH] build(deps): bump pymysql from 1.1.1 to 1.1.2 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.1 to 1.1.2. - [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.1...v1.1.2) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1a60d1..66ba893 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ aiosqlite==0.20.0 aiohttp==3.13.3 pytest==8.3.4 PyYAML==6.0.2 -PyMySQL==1.1.1 +PyMySQL==1.1.2 diff --git a/setup.py b/setup.py index d7e1a7d..c836f83 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(fname): "aiosqlite==0.20.0", "aiohttp==3.13.3", "pytest==8.3.4", - "PyMySQL==1.1.1", + "PyMySQL==1.1.2", ] dev_dependencies = [