diff --git a/poetry.lock b/poetry.lock index ef95504..deccc69 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3452,6 +3452,7 @@ files = [ {file = "Pillow-9.5.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c1170d6b195555644f0616fd6ed929dfcf6333b8675fcca044ae5ab110ded296"}, {file = "Pillow-9.5.0-cp311-cp311-win32.whl", hash = "sha256:54f7102ad31a3de5666827526e248c3530b3a33539dbda27c6843d19d72644ec"}, {file = "Pillow-9.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:cfa4561277f677ecf651e2b22dc43e8f5368b74a25a8f7d1d4a3a243e573f2d4"}, + {file = "Pillow-9.5.0-cp311-cp311-win_arm64.whl", hash = "sha256:965e4a05ef364e7b973dd17fc765f42233415974d773e82144c9bbaaaea5d089"}, {file = "Pillow-9.5.0-cp312-cp312-win32.whl", hash = "sha256:22baf0c3cf0c7f26e82d6e1adf118027afb325e703922c8dfc1d5d0156bb2eeb"}, {file = "Pillow-9.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:432b975c009cf649420615388561c0ce7cc31ce9b2e374db659ee4f7d57a1f8b"}, {file = "Pillow-9.5.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:5d4ebf8e1db4441a55c509c4baa7a0587a0210f7cd25fcfe74dbbce7a4bd1906"}, @@ -5372,14 +5373,14 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.0" +version = "2.3.1" description = "The comprehensive WSGI web application library." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "Werkzeug-2.3.0-py3-none-any.whl", hash = "sha256:340335057f72974d9281dbaf52c8090a9f9a59ba304ae814bf0656e6559c0020"}, - {file = "Werkzeug-2.3.0.tar.gz", hash = "sha256:3b6b46926d052b8ebca97c4dc73c12e47bdd07d57ab0600c039c3155450227bc"}, + {file = "Werkzeug-2.3.1-py3-none-any.whl", hash = "sha256:69a4b8fcbb30a4c3fa81a5cebd961541273e4d222a4c08593b0b18312e14f64a"}, + {file = "Werkzeug-2.3.1.tar.gz", hash = "sha256:2d35a28a75ae03727eae14ea7d13627c0f77aed6b9998441e6dae0b387f697fc"}, ] [package.dependencies] @@ -5697,4 +5698,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "71c235a9f83e24e6b3699bd7dd11793d31275d7d48b5ac3876ed12cec324aa14" +content-hash = "3356e78a15e3d09041f0f921407eb995da3c4aebb75fea31fa58db6395771a30" diff --git a/pyproject.toml b/pyproject.toml index a484a30..54add26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ djangorestframework = "^3.14.0" django-rest-auth = "^0.9.5" django-cors-headers = "^3.13.0" drf-spectacular = "^0.26.2" -werkzeug = {extras = ["watchdog"], version = "^2.2.2"} +werkzeug = {extras = ["watchdog"], version = "^2.3.1"} ipdb = "^0.13.13" watchfiles = "^0.18.1" mypy = "^0.991"