From 0db123f036dc50d1dfec6ff4b1f5d0cbd0dce1b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 21:43:36 +0000 Subject: [PATCH] Update pytelegrambotapi requirement from ~=4.5.1 to ~=4.6.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.6.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..d34884f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyTelegramBotAPI~=4.5.1 +pyTelegramBotAPI~=4.6.0 python-dotenv~=0.20.0 APScheduler~=3.9.1 SQLAlchemy~=1.4.37