diff --git a/poetry.lock b/poetry.lock index 78a5a18..58d66c6 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.5 and should not be changed by hand. [[package]] name = "async-generator" @@ -421,18 +421,17 @@ dotenv = ["python-dotenv"] [[package]] name = "flask-cors" -version = "3.0.10" +version = "4.0.2" 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-4.0.2-py2.py3-none-any.whl", hash = "sha256:38364faf1a7a5d0a55bd1d2e2f83ee9e359039182f5e6a029557e1f56d92c09a"}, + {file = "flask_cors-4.0.2.tar.gz", hash = "sha256:493b98e2d1e2f1a4720a7af25693ef2fe32fbafec09a2f72c59f3e475eda61d2"}, ] [package.dependencies] Flask = ">=0.9" -Six = "*" [[package]] name = "flask-swagger-ui" @@ -1670,4 +1669,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "8117bc80fea7084f8a0357024eada3c33b6359385c29c2b70d0c1d77187f9066" +content-hash = "88ca3b48596d16bd8cb01878140e159fad275e2ed12fd8031d1eea96bcfe18d2" diff --git a/pyproject.toml b/pyproject.toml index 1ce7658..11f58a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" flask = "3.0.3" -flask-cors = "3.0.10" +flask-cors = "4.0.2" flask-talisman = "0.7.0" flask-swagger-ui = "3.36.0" nbconvert = ">=6.0.7"