From 332de7c8309c7534d2c9aaf61d79bf55d3dac8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 02:58:53 +0000 Subject: [PATCH] Bump pymysql in /arch-school/basic/module_07/service_author 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] --- arch-school/basic/module_07/service_author/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_07/service_author/requirements.txt b/arch-school/basic/module_07/service_author/requirements.txt index 24be3d4..8e90f10 100644 --- a/arch-school/basic/module_07/service_author/requirements.txt +++ b/arch-school/basic/module_07/service_author/requirements.txt @@ -12,7 +12,7 @@ numpy==1.23.4 pandas==1.5.1 protobuf==3.20.1 pydantic==1.10.7 -PyMySQL==1.0.2 +PyMySQL==1.1.1 python-dateutil==2.8.2 python-dotenv==0.21.0 pytz==2022.5