From 9d31b23c53b02f53ac1a01db8dd7ddcd64f9a147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:26:00 +0000 Subject: [PATCH] Bump pymysql in /arch-school/basic/module_06/service_db_init 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_06/service_db_init/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_06/service_db_init/requirements.txt b/arch-school/basic/module_06/service_db_init/requirements.txt index afe810e..b95d8ca 100644 --- a/arch-school/basic/module_06/service_db_init/requirements.txt +++ b/arch-school/basic/module_06/service_db_init/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