From 0b4148180d0386f33c44ba0cd258d7ed3ccb1651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:29:26 +0000 Subject: [PATCH] Bump flask from 1.0 to 2.3.2 in /get-jobs-and-insert-candidates/python Bumps [flask](https://github.com/pallets/flask) from 1.0 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.0...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- get-jobs-and-insert-candidates/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-jobs-and-insert-candidates/python/requirements.txt b/get-jobs-and-insert-candidates/python/requirements.txt index 5f41371..722f04b 100644 --- a/get-jobs-and-insert-candidates/python/requirements.txt +++ b/get-jobs-and-insert-candidates/python/requirements.txt @@ -1,2 +1,2 @@ -Flask==1.0 +Flask==2.3.2 requests==2.20.0