From d27009d4fba489ab6335ea3a5582af350b61ae52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:08:11 +0000 Subject: [PATCH] chore(deps): bump flask-cors from 4.0.0 to 4.0.1 in /apps/api Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 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/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 8bd03c24..fa5601f2 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -6,7 +6,7 @@ click==8.1.7 colorama==0.4.6 flask==3.0.0 Flask-CacheControl==0.3.0 -Flask-Cors==4.0.0 +Flask-Cors==4.0.1 idna==3.6 importlib-metadata==7.0.0 itsdangerous==2.1.2