diff --git a/microservices/gatewayApi/poetry.lock b/microservices/gatewayApi/poetry.lock index 2ab7fcf..daf8926 100644 --- a/microservices/gatewayApi/poetry.lock +++ b/microservices/gatewayApi/poetry.lock @@ -720,13 +720,13 @@ zstandard = [ [[package]] name = "flask-cors" -version = "6.0.0" +version = "6.0.1" description = "A Flask extension simplifying CORS support" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "flask_cors-6.0.0-py3-none-any.whl", hash = "sha256:6332073356452343a8ccddbfec7befdc3fdd040141fe776ec9b94c262f058657"}, - {file = "flask_cors-6.0.0.tar.gz", hash = "sha256:4592c1570246bf7beee96b74bc0adbbfcb1b0318f6ba05c412e8909eceec3393"}, + {file = "flask_cors-6.0.1-py3-none-any.whl", hash = "sha256:c7b2cbfb1a31aa0d2e5341eea03a6805349f7a61647daee1a15c46bbe981494c"}, + {file = "flask_cors-6.0.1.tar.gz", hash = "sha256:d81bcb31f07b0985be7f48406247e9243aced229b7747219160a0559edd678db"}, ] [package.dependencies] @@ -1724,4 +1724,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5fa4d1ee12ed51cd567fddad0d69a97bd32955825e189827eb869e67120984c0" +content-hash = "3c6bbd974521861898dfc739a531386fe3e10ff1cfa6a67fa7fb75b8b4c8e2a0" diff --git a/microservices/gatewayApi/pyproject.toml b/microservices/gatewayApi/pyproject.toml index 4c9b58a..8aa5a89 100644 --- a/microservices/gatewayApi/pyproject.toml +++ b/microservices/gatewayApi/pyproject.toml @@ -15,7 +15,7 @@ Jinja2 = "3.1.6" PyYAML = "6.0.2" flask = "3.1.0" flask-compress = "1.17" -flask-cors = "6.0.0" +flask-cors = "6.0.1" gevent = "25.4.2" # greenlet = "2.0.2" gunicorn = "23.0.0"