From 652f1b2dcfbd444b1eb81f294de08cc8b71ba5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:54:03 +0000 Subject: [PATCH] build(deps): bump flask-cors Bumps the pip group with 1 update in the /server/python-with-html directory: [flask-cors](https://github.com/corydolphin/flask-cors). Updates `flask-cors` from 3.0.10 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.10...4.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- server/python-with-html/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/python-with-html/requirements.txt b/server/python-with-html/requirements.txt index 9f1814f..732188c 100644 --- a/server/python-with-html/requirements.txt +++ b/server/python-with-html/requirements.txt @@ -1,3 +1,3 @@ Flask==2.0.1 -Flask-Cors==3.0.10 +Flask-Cors==4.0.1 smartpay==0.5.0 \ No newline at end of file