From 2f577f52562468bebf2c51a21164c8c27291fd75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 23:06:39 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.27.0 Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.27.0. - [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.25.1...v2.27.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3922abe..01c64c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ ccxt == 1.52.40 python-dateutil == 2.8.1 dill == 0.3.4 numpy == 1.19.5 -requests == 2.25.1 +requests == 2.27.0 python-telegram-bot == 13.7 dateparser == 1.0.0 \ No newline at end of file