From a7acfd272d025e721f1fb9616486313f57636cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:57:39 +0000 Subject: [PATCH] Bump werkzeug from 0.15.3 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 2.2.3. - [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/0.15.3...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d81d35b..fa29374c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,7 +76,7 @@ text-unidecode==1.3 urllib3==1.26.5 # via requests wcwidth==0.1.7 # via prompt-toolkit webencodings==0.5.1 # via html5lib -werkzeug==0.15.3 +werkzeug==2.2.3 whoosh==2.7.4 widgetsnbextension==3.2.1 # via ipywidgets xmltodict==0.11.0 diff --git a/requirements_local.txt b/requirements_local.txt index 49e29839..de6f4737 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -4,7 +4,7 @@ pillow==6.2.2 django-recaptcha==1.4.0 python-gettext==3.0 beautifulsoup==3.2.1 -Werkzeug==0.15.3 +Werkzeug==2.2.3 django-extensions==1.6.7 ipdb==0.10.2 sqlparse==0.1.15