From cb345d77e6852ffa291bd9ebea9d529c73516878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:19:21 +0000 Subject: [PATCH] Bump werkzeug in /03 - Data Science and Custom Skills/Docker Flask Skill Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.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/0.15.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Docker Flask Skill/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03 - Data Science and Custom Skills/Docker Flask Skill/requirements.txt b/03 - Data Science and Custom Skills/Docker Flask Skill/requirements.txt index b56f8a1..5cb8aab 100644 --- a/03 - Data Science and Custom Skills/Docker Flask Skill/requirements.txt +++ b/03 - Data Science and Custom Skills/Docker Flask Skill/requirements.txt @@ -3,7 +3,7 @@ click==6.7 itsdangerous==0.24 Jinja2==2.11.3 MarkupSafe==1.0 -Werkzeug==0.15.3 +Werkzeug==3.0.1 nltk==3.6.6 spacy==2.1.4 pandas==0.24.2