diff --git a/poetry.lock b/poetry.lock index bb49bf5b..a386556e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3091,13 +3091,13 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.8" +version = "3.1.3" description = "The comprehensive WSGI web application library." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.1.3-py3-none-any.whl", hash = "sha256:54b78bf3716d19a65be4fceccc0d1d7b89e608834989dfae50ea87564639213e"}, + {file = "werkzeug-3.1.3.tar.gz", hash = "sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746"}, ] [package.dependencies] @@ -3142,4 +3142,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "83232c5c44cdb0e0bb4d08fbe6c8d3c573e804c4de209c2b41b76669afc142d5" +content-hash = "e4f7234f5a62657d0385694598ceb3380aaf6c46da28e594a3bde0fdf72b55cf" diff --git a/pyproject.toml b/pyproject.toml index 31583a1c..4560daa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ django-markdownify = "^0.9.5" md4mathjax = "^0.1.3" [tool.poetry.group.dev.dependencies] -Werkzeug = "^2.0.1" # https://github.com/pallets/werkzeug +Werkzeug = "^3.0.6" # https://github.com/pallets/werkzeug ipdb = "^0.13.7" # https://github.com/gotcha/ipdb sphinx = "^5.3.0" # https://github.com/sphinx-doc/sphinx sphinx-material = "^0.0.35"