From 4825fded9db6ad0b2d8a5705e6c80728dad7891c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:21:32 +0000 Subject: [PATCH] Update schedule requirement from >=1.2.1 to >=1.2.2 Updates the requirements on [schedule](https://github.com/dbader/schedule) to permit the latest version. - [Changelog](https://github.com/dbader/schedule/blob/master/HISTORY.rst) - [Commits](https://github.com/dbader/schedule/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: schedule dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 63ae736..b53aa12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ requests==2.33.0 configparser==7.2.0 pyTelegramBotAPI>=4.14.1 requests>=2.25.1 -schedule>=1.2.1 +schedule>=1.2.2 telebot>=0.0.5 \ No newline at end of file