From 2f9da6b4a2b848fc1c31597400646fa2e19ac046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 07:21:37 +0000 Subject: [PATCH] build(deps): update pymysql requirement from ~=1.1.1 to ~=1.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/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb2290c..0bea868 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -PyMySQL~=1.1.1 \ No newline at end of file +PyMySQL~=1.1.2 \ No newline at end of file