From a17c270e037761331da0a88b32ce1d70d935244d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:23:16 +0000 Subject: [PATCH] build(deps): Bump werkzeug from 3.0.1 to 3.0.3 (#145) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5a43b9a..aecb380 100644 --- a/requirements.txt +++ b/requirements.txt @@ -153,7 +153,7 @@ urllib3==2.0.7 # requests # requests-cache # sentry-sdk -werkzeug==3.0.1 +werkzeug==3.0.3 # via libcoveweb xmltodict==0.12.0 # via flattentool diff --git a/requirements_dev.txt b/requirements_dev.txt index 814329a..e57de24 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -314,7 +314,7 @@ urllib3[socks]==2.0.7 # requests-cache # selenium # sentry-sdk -werkzeug==3.0.1 +werkzeug==3.0.3 # via # -r requirements.txt # libcoveweb