From b1377c8993d34f0b4f8f1e015dfb50eaf1a03af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 03:25:26 +0000 Subject: [PATCH] Bump werkzeug in /angstromctf/2018/web/madlibs/docker Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 0.15.5. - [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.12.2...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- angstromctf/2018/web/madlibs/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angstromctf/2018/web/madlibs/docker/requirements.txt b/angstromctf/2018/web/madlibs/docker/requirements.txt index 589037e..62de020 100644 --- a/angstromctf/2018/web/madlibs/docker/requirements.txt +++ b/angstromctf/2018/web/madlibs/docker/requirements.txt @@ -32,5 +32,5 @@ reedsolo==0.3 requests==2.13.0 selenium==3.5.0 six==1.11.0 -Werkzeug==0.12.2 +Werkzeug==0.15.5 z3==0.1.15