From 8f2c693f5e7a389ccf9f8e538d3aa5d0a7ad4241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:15:18 +0000 Subject: [PATCH] Bump werkzeug from 0.14.1 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 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/0.14.1...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 96002c0..6572418 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ six==1.12.0 SQLAlchemy==1.3.24 tzlocal==1.5.1 w3lib==1.19.0 -Werkzeug==0.14.1 +Werkzeug==3.0.1 diff --git a/setup.py b/setup.py index de8d854..dd04d9e 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "SQLAlchemy==1.3.24", # Mar 31, 2021 "tzlocal==1.5.1", # Dec 1, 2017 "w3lib==1.19.0", # Jan 25, 2018 - "Werkzeug==0.14.1", # Jan 1, 2018 + "Werkzeug==3.0.1", # Jan 1, 2018 ], entry_points={