From 8ecce9ce7227da737a5f783ffc239deb1458a098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 06:38:54 +0000 Subject: [PATCH] Bump werkzeug from 0.15.4 to 0.15.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.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.15.4...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 5ac84d3..d61b1b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -werkzeug==0.15.4 +werkzeug==0.15.5 flask diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 3d37aeb..a3f1d2a --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ except ImportError: from distutils.core import setup -install_requires = ['werkzeug==0.15.4', +install_requires = ['werkzeug==0.15.5', 'flask']