From b59d6cb506a79ed61d56979fe0689efa757e544c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:51:48 +0000 Subject: [PATCH] Bump werkzeug from 2.3.8 to 3.0.6 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [werkzeug](https://github.com/pallets/werkzeug). Updates `werkzeug` from 2.3.8 to 3.0.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.8...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bfaafa3a..de06131f 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 = "4843a8796b91d658d8281e762888ad69bc168fbbbd432a38498d48ab49a218d7" +content-hash = "46655a641e4d91aabcaf18e65e6f653517e9120bc11933a5c097a50fc1c9582c" diff --git a/pyproject.toml b/pyproject.toml index 16fa3870..fe4d919a 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"