From 258d51823b50d79e35d9c3aafdde6f828187e163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 01:37:50 +0000 Subject: [PATCH] build(deps): bump werkzeug in /examples/server/python Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.9.6 to 0.15.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.9.6...0.15.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/server/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/python/requirements.txt b/examples/server/python/requirements.txt index 4fb97143..16d354f4 100644 --- a/examples/server/python/requirements.txt +++ b/examples/server/python/requirements.txt @@ -3,7 +3,7 @@ Flask-SQLAlchemy==1.0 Jinja2==2.7.3 MarkupSafe==0.23 SQLAlchemy==0.9.7 -Werkzeug==0.9.6 +Werkzeug==0.15.3 itsdangerous==0.24 PyJWT==0.2.1 requests==2.3.0