From fc05828d4ea526f1dc0ad1493e38b6b2921ad394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 06:33:20 +0000 Subject: [PATCH] Bump werkzeug from 0.15.4 to 0.15.5 in /requirements 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: indirect ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/requirements/production.txt b/requirements/production.txt index 6b118f5..b177349 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -4,10 +4,17 @@ # # pip-compile --output-file requirements/production.txt requirements/production.in # -click==7.0 # via flask +click==7.0 + # via flask flask==1.0.3 -itsdangerous==1.1.0 # via flask -jinja2==2.10.1 # via flask -markupsafe==1.1.1 # via jinja2 + # via -r base.in +itsdangerous==1.1.0 + # via flask +jinja2==2.10.1 + # via flask +markupsafe==1.1.1 + # via jinja2 uwsgi==2.0.18 -werkzeug==0.15.4 # via flask + # via -r production.in +werkzeug==0.15.5 + # via flask