From 50c04883292bec212cb5aea0bfbeefacc5dcb866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 00:36:02 +0000 Subject: [PATCH] Bump pymysql in /arch-school/basic/module_06/service_author_cache Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.2 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.0.2...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../basic/module_06/service_author_cache/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_06/service_author_cache/requirements.txt b/arch-school/basic/module_06/service_author_cache/requirements.txt index afe810e..b95d8ca 100644 --- a/arch-school/basic/module_06/service_author_cache/requirements.txt +++ b/arch-school/basic/module_06/service_author_cache/requirements.txt @@ -12,7 +12,7 @@ numpy==1.23.4 pandas==1.5.1 protobuf==3.20.1 pydantic==1.10.2 -PyMySQL==1.0.2 +PyMySQL==1.1.1 python-dateutil==2.8.2 python-dotenv==0.21.0 pytz==2022.5