From b2ffbe973b5c04abf21ccd8a0c48bc8b6473c801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:15:07 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 3.0.1. - [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/2.0.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 111531cfe5..8077089f76 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ Jinja2<3.0.0 MarkupSafe<2.0.0 ruamel.yaml==0.16.5 itsdangerous==2.0.1 -werkzeug==2.0.3 +werkzeug==3.0.1 gunicorn==20.0.4 pytest==6.2.2 \ No newline at end of file