From 87ce7b4353220fe5fd26ed5b65283374b3a7b6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:12:55 +0000 Subject: [PATCH] Bump werkzeug from 3.0.0 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.0 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/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d624b925..daa3f1e4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -34,9 +34,7 @@ click==8.1.7 # black # runlike coverage[toml]==7.3.2 - # via - # coverage - # pytest-cov + # via pytest-cov cryptography==41.0.4 # via moto dill==0.3.7 @@ -174,7 +172,7 @@ urllib3==1.26.18 # responses websocket-client==1.6.4 # via docker -werkzeug==3.0.0 +werkzeug==3.0.1 # via moto wrapt==1.15.0 # via astroid