From 18496eca3b9b814b69da6827b1efec4c06a59599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:08:23 +0000 Subject: [PATCH] Bump werkzeug from 0.15.5 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 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.5...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements3.txt b/requirements3.txt index 5cbf794..648ea2a 100644 --- a/requirements3.txt +++ b/requirements3.txt @@ -48,7 +48,7 @@ toml==0.10.2 # via pytest typing-extensions==3.10.0.0 # via importlib-metadata urllib3==1.26.5 # via requests websocket-client==0.56.0 # via slackclient -werkzeug==0.15.5 # via flask +werkzeug==2.2.3 # via flask zipp==3.4.1 # via importlib-metadata zope.event==4.5.0 # via gevent zope.interface==5.4.0 # via gevent