From fdf9288f34fc363304a61c84dc85f73888162298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:59:10 +0000 Subject: [PATCH] Bump flask-cors from 3.0.9 to 4.0.1 in /RPS-App Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.9 to 4.0.1. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.9...4.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RPS-App/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPS-App/requirements.txt b/RPS-App/requirements.txt index 7f2d58a..493e792 100644 --- a/RPS-App/requirements.txt +++ b/RPS-App/requirements.txt @@ -1,2 +1,2 @@ Flask==2.3.2 -Flask-Cors==3.0.9 \ No newline at end of file +Flask-Cors==4.0.1 \ No newline at end of file