diff --git a/poetry.lock b/poetry.lock index 03e758f..f682c13 100644 --- a/poetry.lock +++ b/poetry.lock @@ -692,13 +692,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] @@ -2956,4 +2956,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0d3f3897780c48324ccd26d14958a7e9ccf6d2b46cf7825862f517e7a54ddf19" +content-hash = "986c735430bc3c1f89f25fe58f60ad5b2cfee7acaaaf44507ade6c0025d7f00b" diff --git a/pyproject.toml b/pyproject.toml index b1f954e..c2ce5c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ openai = "^1.2.3" pinecone-client = "^2.2.4" unstructured = "^0.10.30" pyyaml = "^6.0.1" -flask-cors = "^4.0.1" +flask-cors = "^5.0.0" # workaround for: https://github.com/python-poetry/poetry-plugin-export/issues/183 urllib3 = ">=1.25.4,<1.27" werkzeug = "3.0.3"