Skip to content

Commit 97e9f45

Browse files
chore(deps): update flask-cors requirement in /store/backend (#1144)
Updates the requirements on [flask-cors](https://github.com/corydolphin/flask-cors) to permit the latest version. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@4.0.0...6.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3110da commit 97e9f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"authlib~=1.6",
1616
"connexion[swagger-ui,uvicorn,flask]==3.0.0",
1717
"flask~=3.1",
18-
"flask-cors~=4.0",
18+
"flask-cors~=6.0",
1919
"flask-caching~=2.0",
2020
"flask-shell-ipython~=0.4",
2121
"flask-migrate~=4.1",

0 commit comments

Comments
 (0)