From f64a6e0a07015149e401d519c51babc95ca29e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 09:34:26 +0000 Subject: [PATCH] Update requests requirement from ~=2.22.0 to ~=2.27.1 in /api 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.22.0...v2.27.1) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index db4e4a4..9378077 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -13,4 +13,4 @@ pytest-cov marshmallow~=3.15.0 faker~=4.0.0 yfinance~=0.1.6 -requests~=2.22.0 \ No newline at end of file +requests~=2.27.1 \ No newline at end of file -- 2.45.2