diff --git a/poetry.lock b/poetry.lock index 10eff92..e8eb1a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5384,14 +5384,14 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.3" +version = "2.3.4" description = "The comprehensive WSGI web application library." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "Werkzeug-2.3.3-py3-none-any.whl", hash = "sha256:4866679a0722de00796a74086238bb3b98d90f423f05de039abb09315487254a"}, - {file = "Werkzeug-2.3.3.tar.gz", hash = "sha256:a987caf1092edc7523edb139edb20c70571c4a8d5eed02e0b547b4739174d091"}, + {file = "Werkzeug-2.3.4-py3-none-any.whl", hash = "sha256:48e5e61472fee0ddee27ebad085614ebedb7af41e88f687aaf881afb723a162f"}, + {file = "Werkzeug-2.3.4.tar.gz", hash = "sha256:1d5a58e0377d1fe39d061a5de4469e414e78ccb1e1e59c0f5ad6fa1c36c52b76"}, ] [package.dependencies] @@ -5709,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "52f3bdcc87f6d64b338a3b6d704564ec3231df5185626037ef4a4ec3267c94b1" +content-hash = "4f98b9a1e59d1225dc39952429a776278beadebb1a806fe714ffa9517384d713" diff --git a/pyproject.toml b/pyproject.toml index 40141d8..6560db5 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.3"} +werkzeug = {extras = ["watchdog"], version = "^2.3.4"} ipdb = "^0.13.13" watchfiles = "^0.18.1" mypy = "^0.991"