From 3bb8173d0165698aef36056d236344cd7493222b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:07:30 +0000 Subject: [PATCH] chore(deps): bump flask-cors from 4.0.0 to 4.0.1 in /app 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 69af1f41..50850748 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ -c constraints.txt Flask==3.0.3 Flask-pyoidc==3.14.3 -flask-cors==4.0.0 +flask-cors==4.0.1 gunicorn==22.0.0 kubernetes==29.0.0 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability