From 16570674a2fb95eb0e62e3ffa3a5a732bd8fa9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 21:49:13 +0000 Subject: [PATCH] Update pytelegrambotapi requirement from ~=4.5.0 to ~=4.5.1 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.0...4.5.1) --- 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 ce133da..9d6594d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyTelegramBotAPI~=4.5.0 +pyTelegramBotAPI~=4.5.1 python-dotenv~=0.20.0 APScheduler~=3.9.1 SQLAlchemy~=1.4.36