From c9776df5c85f4eeffffb76318fa7b1d5242e8bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 21:39:50 +0000 Subject: [PATCH] Update pytelegrambotapi requirement from ~=4.5.1 to ~=4.7.0 Updates the requirements on [pytelegrambotapi](https://github.com/eternnoir/pyTelegramBotAPI) to permit the latest version. - [Release notes](https://github.com/eternnoir/pyTelegramBotAPI/releases) - [Commits](https://github.com/eternnoir/pyTelegramBotAPI/compare/4.5.1...4.7.0) --- updated-dependencies: - dependency-name: pytelegrambotapi 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 3f2dcaf..39a09e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyTelegramBotAPI~=4.5.1 +pyTelegramBotAPI~=4.7.0 python-dotenv~=0.20.0 APScheduler~=3.9.1 SQLAlchemy~=1.4.37