From 219078c375a754408b497de68d42f75b358fbbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:53:54 +0000 Subject: [PATCH] Bump werkzeug in /30-days-of-python/26_Desarrollo_web_en_Python/web Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.0 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/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../26_Desarrollo_web_en_Python/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/30-days-of-python/26_Desarrollo_web_en_Python/web/requirements.txt b/30-days-of-python/26_Desarrollo_web_en_Python/web/requirements.txt index b420f13..6c70d94 100644 --- a/30-days-of-python/26_Desarrollo_web_en_Python/web/requirements.txt +++ b/30-days-of-python/26_Desarrollo_web_en_Python/web/requirements.txt @@ -4,4 +4,4 @@ Flask==3.0.0 itsdangerous==2.1.2 Jinja2==3.1.2 MarkupSafe==2.1.3 -Werkzeug==3.0.0 \ No newline at end of file +Werkzeug==3.0.1 \ No newline at end of file