From bbe08d0f4368f54cc15bed75733adc5f9be2f734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:56:41 +0000 Subject: [PATCH] Bump werkzeug from 2.3.8 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.1. - [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.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 43ba642..f55d470 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6416,13 +6416,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] @@ -6752,4 +6752,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "78f59a8211fc435d95d086e9ee4c802938cf9912ad44ef74f34c662aa0f82a77" +content-hash = "305e92357d77a262199c618d7d683c06ec5ad825f46ceafbe02efac192bd4a69" diff --git a/pyproject.toml b/pyproject.toml index 3b6c741..b7829a1 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"