From e8c07144c67ce1426c092a303e48dbc5f7f9df90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:18:26 +0000 Subject: [PATCH] Bump werkzeug in /{{ cookiecutter.project_name }}/requirements Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.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.2.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_name }}/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_name }}/requirements/development.txt b/{{ cookiecutter.project_name }}/requirements/development.txt index a70ea19..b1d8085 100644 --- a/{{ cookiecutter.project_name }}/requirements/development.txt +++ b/{{ cookiecutter.project_name }}/requirements/development.txt @@ -20,4 +20,4 @@ PyVirtualDisplay==0.2.1 PyYAML==5.4 recommonmark sqlparse==0.4.4 -werkzeug==2.2.3 +werkzeug==3.0.1