From c370fdf903359951b0955f8c4047fd3d98b09d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 04:01:11 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 2.0.2 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 to 2.0.2. - [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/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d93e32d27..5d7f95a4f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -126,7 +126,7 @@ urllib3==1.26.5 # via requests wasmer==0.3.0 # via fastdiff -werkzeug==2.0.1 +werkzeug==2.0.2 # via -r requirements-dev.in wheel==0.36.2 # via pip-tools