From 56f185ed5c729876783b4b43d2b3af37415723fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:59:29 +0000 Subject: [PATCH] Bump flask-cors in /demo in the pip group across 1 directory Bumps the pip group with 1 update in the /demo directory: [flask-cors](https://github.com/corydolphin/flask-cors). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 561b99a6..02ea4e19 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,5 +1,5 @@ Flask~=2.2.2 -Flask-Cors===3.0.9 +Flask-Cors===4.0.1 selenium-wire==2.1.2 #chromedriver-binary==86.0.4240.22 chromedriver-binary==98.0.4758.80