From d4c12057bf67c3d537d70bf2e41cb1ffd06f4ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:04:24 +0000 Subject: [PATCH] Bump flask-cors from 4.0.1 to 5.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0. - [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.1...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2576a1d..7b030b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -249,13 +249,13 @@ dotenv = ["python-dotenv"] [[package]] name = "flask-cors" -version = "4.0.1" +version = "5.0.0" description = "A Flask extension adding a decorator for CORS support" optional = false python-versions = "*" files = [ - {file = "Flask_Cors-4.0.1-py2.py3-none-any.whl", hash = "sha256:f2a704e4458665580c074b714c4627dd5a306b333deb9074d0b1794dfa2fb677"}, - {file = "flask_cors-4.0.1.tar.gz", hash = "sha256:eeb69b342142fdbf4766ad99357a7f3876a2ceb77689dc10ff912aac06c389e4"}, + {file = "Flask_Cors-5.0.0-py2.py3-none-any.whl", hash = "sha256:b9e307d082a9261c100d8fb0ba909eec6a228ed1b60a8315fd85f783d61910bc"}, + {file = "flask_cors-5.0.0.tar.gz", hash = "sha256:5aadb4b950c4e93745034594d9f3ea6591f734bb3662e16e255ffbf5e89c88ef"}, ] [package.dependencies] @@ -965,4 +965,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7,<4" -content-hash = "7d0ad645fe92a3ff945ecbec176bbd334d2c4ce2c7c2c776830cc5bf843eaa2f" +content-hash = "a9e37f74aecaef01091a2f5afa36aa5c0f57bb9c999be24c0de0e3221294928c" diff --git a/pyproject.toml b/pyproject.toml index 05da41b..f41bfb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ werkzeug = "<3" # Conditionally installed for backward compatibility with older Python versions importlib_metadata = { version = ">=3.3,<7", python = "<3.8" } click = "<9" -Flask-Cors = "<5" +Flask-Cors = "<6" [tool.poetry.dev-dependencies] poethepoet = "<1"