From e77da77a46365612cfc411d30349d84709457e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:18:29 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.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/3.0.1...3.0.3) --- 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 ceaf38a..9e2ba50 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -33,9 +33,7 @@ click==8.1.7 colorama==0.4.6 # via icecream coverage[toml]==7.3.0 - # via - # coverage - # pytest-cov + # via pytest-cov distlib==0.3.8 # via virtualenv executing==2.0.1 @@ -169,7 +167,7 @@ urllib3==2.2.1 # requests virtualenv==20.25.1 # via pre-commit -werkzeug==3.0.1 +werkzeug==3.0.3 # via pytest-httpserver wheel==0.43.0 # via pip-tools