diff --git a/poetry.lock b/poetry.lock index 32b03ff6..ce3f1158 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 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 = "aiofiles" @@ -3649,17 +3649,20 @@ files = [ [[package]] name = "werkzeug" -version = "2.0.2" +version = "3.0.6" description = "The comprehensive WSGI web application library." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "Werkzeug-2.0.2-py3-none-any.whl", hash = "sha256:63d3dc1cf60e7b7e35e97fa9861f7397283b75d765afcaefd993d6046899de8f"}, - {file = "Werkzeug-2.0.2.tar.gz", hash = "sha256:aa2bb6fc8dee8d6c504c0ac1e7f5f7dc5810a9903e793b6f715a9f015bdadb9a"}, + {file = "werkzeug-3.0.6-py3-none-any.whl", hash = "sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17"}, + {file = "werkzeug-3.0.6.tar.gz", hash = "sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d"}, ] +[package.dependencies] +MarkupSafe = ">=2.1.1" + [package.extras] -watchdog = ["watchdog"] +watchdog = ["watchdog (>=2.3)"] [[package]] name = "win32-setctime" @@ -3968,4 +3971,4 @@ sync = ["kafka-python", "requests"] [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "957ba196be529a7924617a968a810a5934461cb43936ed738779123e963fcb63" +content-hash = "5573588e0991f91c7705ec918f8bfcbc3408fd449777ad43b3ab412a07bef468" diff --git a/pyproject.toml b/pyproject.toml index dab159f6..443bdce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ pyyaml = "6.0" redis = "3.5.3" sanic = "21.9.1" tornado = "6.1" -werkzeug = "2.0.2" +werkzeug = "3.0.6" fastapi = "0.89.1" uvicorn = "0.16.0" gunicorn = "20.1.0"