From 835755cab2b6e4638feaf46621c49120507a2463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 05:27:03 +0000 Subject: [PATCH] Bump werkzeug from 0.14 to 0.15.3 in /ch05/photolog Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14 to 0.15.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.14...0.15.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch05/photolog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05/photolog/requirements.txt b/ch05/photolog/requirements.txt index 37f6f05..7aab1be 100644 --- a/ch05/photolog/requirements.txt +++ b/ch05/photolog/requirements.txt @@ -17,5 +17,5 @@ requests-oauthlib==1.3.0 SQLAlchemy==1.4.22 twython==3.9.1 urllib3==1.26.6 -Werkzeug==0.14 +Werkzeug==0.15.3 WTForms==2.3.3