From 3878f75da97ff7a7a8c0f0733b53674ee04461f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 07:41:23 +0000 Subject: [PATCH] Bump pymysql from 1.0.2 to 1.1.1 in /Course_1/Telegram_Bot 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] --- Course_1/Telegram_Bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Course_1/Telegram_Bot/requirements.txt b/Course_1/Telegram_Bot/requirements.txt index c7b260b..3e915c8 100644 --- a/Course_1/Telegram_Bot/requirements.txt +++ b/Course_1/Telegram_Bot/requirements.txt @@ -1,5 +1,5 @@ aiogram==2.19 -PyMySQL==1.0.2 +PyMySQL==1.1.1 requests==2.31.0 transliterate==1.10.2 urllib3==1.26.9