From 612a2ef436fdf1161642e7ccf5980a390518a020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 09:36:40 +0000 Subject: [PATCH] Update requests requirement from ~=2.27.1 to ~=2.28.0 in /telegram_bot Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.28.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- telegram_bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram_bot/requirements.txt b/telegram_bot/requirements.txt index daddc54..a189e2b 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -2,7 +2,7 @@ pyTelegramBotAPI~=4.5.0 Markdown~=3.3.6 newsapi-python~=0.2.6 python-dotenv~=0.20.0 -requests~=2.27.1 +requests~=2.28.0 APScheduler~=3.9.1 croniter~=1.3.4 tzlocal==2.1