diff --git a/poetry.lock b/poetry.lock index 43ba642..f55d470 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6416,13 +6416,13 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.8" +version = "3.0.1" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-2.3.8-py3-none-any.whl", hash = "sha256:bba1f19f8ec89d4d607a3bd62f1904bd2e609472d93cd85e9d4e178f472c3748"}, - {file = "werkzeug-2.3.8.tar.gz", hash = "sha256:554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03"}, + {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, + {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, ] [package.dependencies] @@ -6752,4 +6752,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "78f59a8211fc435d95d086e9ee4c802938cf9912ad44ef74f34c662aa0f82a77" +content-hash = "305e92357d77a262199c618d7d683c06ec5ad825f46ceafbe02efac192bd4a69" diff --git a/pyproject.toml b/pyproject.toml index 3b6c741..b7829a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ djangorestframework = "^3.14.0" django-rest-auth = "^0.9.5" django-cors-headers = "^4.0.0" drf-spectacular = "^0.26.2" -werkzeug = {extras = ["watchdog"], version = "^2.3.4"} +werkzeug = {extras = ["watchdog"], version = "^3.0.1"} ipdb = "^0.13.13" watchfiles = "^0.18.1" mypy = "^0.991"