From 2b08f2319d853c5dc7a590b010e93f3bbbbbc516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:20:04 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.1 in /mp_tictactoe Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 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/2.2.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mp_tictactoe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mp_tictactoe/requirements.txt b/mp_tictactoe/requirements.txt index 7ba18194..6628de06 100644 --- a/mp_tictactoe/requirements.txt +++ b/mp_tictactoe/requirements.txt @@ -61,6 +61,6 @@ urllib3==1.26.17 visitor==0.1.3 wcwidth==0.1.9 websocket-client==0.57.0 -Werkzeug==2.2.3 +Werkzeug==3.0.1 WTForms==2.3.1 zipp==3.3.0