From aabdea8ede8ce297dea8b3b46db7a4e4119efc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:26:25 +0000 Subject: [PATCH] Bump werkzeug from 0.10.4 to 3.0.3 in /fpa Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.10.4 to 3.0.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.10.4...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fpa/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpa/requirements.txt b/fpa/requirements.txt index 30637ac..2cb451c 100644 --- a/fpa/requirements.txt +++ b/fpa/requirements.txt @@ -3,7 +3,7 @@ Jinja2==2.8 MarkupSafe==0.23 MySQL-python==1.2.5 SQLAlchemy==1.0.9 -Werkzeug==0.10.4 +Werkzeug==3.0.3 argparse==1.2.1 cycler==0.9.0 itsdangerous==0.24