From 70637be81e31f68cb97d0e16f3cdaf20faa34f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:09:47 +0000 Subject: [PATCH] Chore(deps): Bump werkzeug from 1.0.1 to 2.2.3 in /Python/Telegram_Bot Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 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/1.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/Telegram_Bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Telegram_Bot/requirements.txt b/Python/Telegram_Bot/requirements.txt index 80ebdfe47..f03e92336 100644 --- a/Python/Telegram_Bot/requirements.txt +++ b/Python/Telegram_Bot/requirements.txt @@ -62,5 +62,5 @@ tornado==6.0.4 traitlets==4.3.3 uritemplate==3.0.1 wcwidth==0.2.4 -Werkzeug==1.0.1 +Werkzeug==2.2.3 wrapt==1.12.1