From bcbaf5411c00b509aa7891f88e46046695a46c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:28:56 +0000 Subject: [PATCH] Bump requests from 2.19.1 to 2.31.0 in /price_alerts Bumps [requests](https://github.com/psf/requests) from 2.19.1 to 2.31.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.19.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- price_alerts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/price_alerts/requirements.txt b/price_alerts/requirements.txt index 4fc79c9..e8bd483 100644 --- a/price_alerts/requirements.txt +++ b/price_alerts/requirements.txt @@ -1,5 +1,5 @@ Flask==1.0.2 pymongo==3.7.1 beautifulsoup4==4.6.1 -requests==2.19.1 +requests==2.31.0 passlib==1.7.1 \ No newline at end of file