diff --git a/poetry.lock b/poetry.lock index 47673d2..d592e8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6384,13 +6384,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] @@ -6704,4 +6704,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7b52426065b04709a15a560787f01a00166dba6005aea755ed490a7523569524" +content-hash = "2487c5f374443b40e814620e1ddec745371502f9976c24a65fb247e021ae1b4b" diff --git a/pyproject.toml b/pyproject.toml index d7eac0d..b704b52 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"