From 3c2392fa98f60eeed20647fb872da8953776785c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 01:54:52 +0000 Subject: [PATCH] Bump werkzeug from 0.10.4 to 0.15.5 in /python-postgres/web Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.10.4 to 0.15.5. - [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...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-postgres/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-postgres/web/requirements.txt b/python-postgres/web/requirements.txt index 32b8beb..2e8e816 100644 --- a/python-postgres/web/requirements.txt +++ b/python-postgres/web/requirements.txt @@ -3,7 +3,7 @@ Flask-SQLAlchemy==2.0 Jinja2==2.7.3 MarkupSafe==0.23 SQLAlchemy==0.9.9 -Werkzeug==0.10.4 +Werkzeug==0.15.5 gunicorn==19.3.0 itsdangerous==0.24 psycopg2==2.6