From 9fe28d2b9dccbc38239e5c515e563691d93170b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 23:26:07 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20werkzeug=20in=20/Proyectos/ProyectoP?= =?UTF-8?q?=C3=A1ginaWebConPython?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.0 to 2.2.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.16.0...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- "Proyectos/ProyectoP\303\241ginaWebConPython/requirements.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Proyectos/ProyectoP\303\241ginaWebConPython/requirements.txt" "b/Proyectos/ProyectoP\303\241ginaWebConPython/requirements.txt" index b69ea36..7affc8a 100644 --- "a/Proyectos/ProyectoP\303\241ginaWebConPython/requirements.txt" +++ "b/Proyectos/ProyectoP\303\241ginaWebConPython/requirements.txt" @@ -17,5 +17,5 @@ PySimpleGUI==3.29.0 six==1.12.0 typed-ast==1.3.1 virtualenv==16.7.5 -Werkzeug==0.16.0 +Werkzeug==2.2.3 wrapt==1.11.1