From 815a0bf4a78c83293c3f56b5a7c975c7f660a4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:47:36 +0000 Subject: [PATCH] build(deps-dev): update flask-cors requirement in /python-flask 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](https://github.com/corydolphin/flask-cors/compare/v1.0.0a...4.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-flask/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-flask/pyproject.toml b/python-flask/pyproject.toml index 38560ea..746cad1 100644 --- a/python-flask/pyproject.toml +++ b/python-flask/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "crate", "flask<3", "flask-restful<1", - "flask-cors<4", + "flask-cors<5", "itsdangerous<3", "jinja2<4", "markupsafe<3",