From e2a15acdb3b94a49408e70f4e0f3bd34e2530d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 23:44:13 +0000 Subject: [PATCH] Bump werkzeug from 0.16.1 to 2.2.3 in /prize Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.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/0.16.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prize/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prize/requirements.txt b/prize/requirements.txt index da79ff7..2789411 100644 --- a/prize/requirements.txt +++ b/prize/requirements.txt @@ -11,7 +11,7 @@ gunicorn==20.0.4 Flask-Testing==0.8.0 pytest==5.4.0 pytest-cov==2.8.1 -Werkzeug==0.16.1 +Werkzeug==2.2.3 selenium==3.141.0 PyMySQL==0.9.3 flask-paginate==0.5.5