From 613b27636380f94c51d6f5470342f91b135700a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:07:35 +0000 Subject: [PATCH] build(deps): bump flask-cors in the other-dependencies group Bumps the other-dependencies group with 1 update: [flask-cors](https://github.com/corydolphin/flask-cors). Updates `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 dependency-group: other-dependencies ... 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 4ddc11c..a065fd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1241,13 +1241,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] @@ -3752,4 +3752,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cd4011f291eecedad58b2652a1741134d6c39dda69104ec5d6037309556e453e" +content-hash = "7a5f4c67d4f31f0169d9880061da2f9bab76bd672cfb78c8e0dc087d93b81a0e" diff --git a/pyproject.toml b/pyproject.toml index 910d9d5..14e6922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ alembic = "1.13.2" celery = "5.3.1" Cerberus = "1.3.4" Flask = "3.0.3" -Flask-Cors = "4.0.1" +Flask-Cors = "5.0.0" Flask-RESTful = "0.3.10" marshmallow = "3.22.0" psycopg2-binary = "2.9.9"