From 4bd111eb48574b83648304802bee52c19ab57958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:23:41 +0000 Subject: [PATCH] build(deps): Bump werkzeug from 2.2.3 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 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/2.2.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index 90b9ca6..dfb3e1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -133,7 +133,7 @@ urllib3==2.0.7 # sentry-sdk webencodings==0.5.1 # via bleach -werkzeug==2.2.3 +werkzeug==3.0.1 # via libcoveweb xmltodict==0.12.0 # via flattentool diff --git a/requirements_dev.txt b/requirements_dev.txt index ffcc640..da5b459 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -84,10 +84,7 @@ et-xmlfile==1.1.0 # -r requirements.txt # openpyxl exceptiongroup==1.1.1 - # via - # pytest - # trio - # trio-websocket + # via trio-websocket flake8==3.9.2 # via -r requirements_dev.in flattentool==0.19.0 @@ -131,9 +128,7 @@ libcove[flatten] @ https://github.com/jpmckinney/lib-cove/archive/hotfix2.zip # libcoveocds # libcoveweb libcoveoc4ids[perf]==0.4.2 - # via - # -r requirements.txt - # libcoveoc4ids + # via -r requirements.txt libcoveocds==0.11.0 # via # -r requirements.txt @@ -268,11 +263,6 @@ sqlparse==0.4.4 # django toml==0.10.2 # via coverage -tomli==2.0.1 - # via - # build - # pyproject-hooks - # pytest transaction==3.0.1 # via # -r requirements.txt @@ -293,7 +283,7 @@ webencodings==0.5.1 # via # -r requirements.txt # bleach -werkzeug==2.2.3 +werkzeug==3.0.1 # via # -r requirements.txt # libcoveweb