From c9ff438942038bf7fd469bc7db70e74c3a712bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:40:03 +0000 Subject: [PATCH] Update requests requirement from ~=2.27.1 to ~=2.28.1 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.1) --- 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..68012e4 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.1 APScheduler~=3.9.1 croniter~=1.3.4 tzlocal==2.1