From 56d11365b36e51d61a013783e6c24c0c149e90ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 01:50:07 +0000 Subject: [PATCH] Bump werkzeug in /Quito/Junio2020/COVID-19-Twitter/covid_app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 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/1.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Quito/Junio2020/COVID-19-Twitter/covid_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quito/Junio2020/COVID-19-Twitter/covid_app/requirements.txt b/Quito/Junio2020/COVID-19-Twitter/covid_app/requirements.txt index 8432ebaf3..c0d8658d7 100644 --- a/Quito/Junio2020/COVID-19-Twitter/covid_app/requirements.txt +++ b/Quito/Junio2020/COVID-19-Twitter/covid_app/requirements.txt @@ -6,5 +6,5 @@ itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 pymongo==3.10.1 -Werkzeug==1.0.1 +Werkzeug==2.2.3 WTForms==2.3.1 \ No newline at end of file