From 5a2765a8792f3c56a3a7a70f1fe6a9fb520c5c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 00:33:35 +0000 Subject: [PATCH] Bump pymysql in /arch-school/basic/module_07/service_presentation 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_07/service_presentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_07/service_presentation/requirements.txt b/arch-school/basic/module_07/service_presentation/requirements.txt index 72d6af2..b134175 100644 --- a/arch-school/basic/module_07/service_presentation/requirements.txt +++ b/arch-school/basic/module_07/service_presentation/requirements.txt @@ -10,7 +10,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