diff --git a/poetry.lock b/poetry.lock index 1afbc3f..6670ebf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alembic" @@ -309,18 +309,17 @@ azure = ["azure-storage-blob"] [[package]] name = "flask-cors" -version = "3.0.10" +version = "5.0.0" description = "A Flask extension adding a decorator for CORS support" optional = false python-versions = "*" files = [ - {file = "Flask-Cors-3.0.10.tar.gz", hash = "sha256:b60839393f3b84a0f3746f6cdca56c1ad7426aa738b70d6c61375857823181de"}, - {file = "Flask_Cors-3.0.10-py2.py3-none-any.whl", hash = "sha256:74efc975af1194fc7891ff5cd85b0f7478be4f7f59fe158102e91abb72bb4438"}, + {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] Flask = ">=0.9" -Six = "*" [[package]] name = "flask-dance" @@ -1588,4 +1587,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f744f61c492ca060345c35b5159cfa722a7fcc350f5b67f976ae693dde57d7d5" +content-hash = "0be5453479de85d5befc1f5c6e46b875fb9a190fdfc3f97b4ddb65ba48138caa" diff --git a/pyproject.toml b/pyproject.toml index acb7123..48d3422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ alembic = "^1.8.1" cachetools = "^5.2.0" sentry-sdk = "^1.9.9" wtforms = "==2.3.3" -Flask-Cors = "^3.0.10" +Flask-Cors = ">=3.0.10,<6.0.0" pendulum = "^2.1.2" fasteners = "^0.18" blinker = "^1.5"