From 3f4be0ad14604a18b43b7f0bd6702df418fba5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 17:54:15 +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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3776d17..7c541cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -APScheduler==3.6.0 +APScheduler==3.6.0 astroid==2.2.5 atomicwrites==1.3.0 attrs==19.1.0 @@ -38,6 +38,6 @@ SQLAlchemy==1.3.1 typed-ast==1.3.5 tzlocal==1.5.1 urllib3==1.25.3 -Werkzeug==0.15.3 +Werkzeug==2.2.3 wrapt==1.11.1 WTForms==2.2.1