From 8eecf08207f36b4ee6132174cd7def196aa12c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:09:54 +0000 Subject: [PATCH] build(deps): Bump werkzeug from 3.0.3 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. - [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.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 12 +++--------- requirements_dev.txt | 19 ++++++++----------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/requirements.txt b/requirements.txt index 505ffbd..7837bb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ flattentool==0.26.0 # via # libcove # libcoveweb -gunicorn==23.0.0 +gunicorn[setproctitle]==23.0.0 # via -r requirements.in idna==3.7 # via requests @@ -71,7 +71,7 @@ libcove==0.32.1 # libcoveoc4ids # libcoveocds # libcoveweb -libcoveoc4ids==0.8.0 +libcoveoc4ids[perf]==0.8.0 # via -r requirements.in libcoveocds==0.16.0 # via libcoveoc4ids @@ -132,12 +132,6 @@ sentry-sdk==2.8.0 # via -r requirements.in setproctitle==1.3.3 # via gunicorn -setuptools==74.1.1 - # via - # zc-lockfile - # zc-zlibstorage - # zodbpickle - # zope-interface six==1.16.0 # via # rfc3339-validator @@ -154,7 +148,7 @@ urllib3==2.2.2 # requests # requests-cache # sentry-sdk -werkzeug==3.0.3 +werkzeug==3.0.6 # via libcoveweb xmltodict==0.12.0 # via flattentool diff --git a/requirements_dev.txt b/requirements_dev.txt index 32d84bd..51762c0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -76,7 +76,7 @@ flattentool==0.26.0 # -r requirements.txt # libcove # libcoveweb -gunicorn==23.0.0 +gunicorn[setproctitle]==23.0.0 # via -r requirements.txt h11==0.14.0 # via wsproto @@ -117,7 +117,7 @@ libcove==0.32.1 # libcoveoc4ids # libcoveocds # libcoveweb -libcoveoc4ids==0.8.0 +libcoveoc4ids[perf]==0.8.0 # via -r requirements.txt libcoveocds==0.16.0 # via @@ -148,7 +148,9 @@ openpyxl==3.0.7 # -r requirements.txt # flattentool orjson==3.9.15 - # via -r requirements.txt + # via + # -r requirements.txt + # libcoveoc4ids outcome==1.2.0 # via trio packaging==24.1 @@ -228,14 +230,9 @@ selenium==4.11.2 sentry-sdk==2.8.0 # via -r requirements.txt setproctitle==1.3.3 - # via -r requirements.txt -setuptools==74.1.1 # via # -r requirements.txt - # zc-lockfile - # zc-zlibstorage - # zodbpickle - # zope-interface + # gunicorn six==1.16.0 # via # -r requirements.txt @@ -265,14 +262,14 @@ url-normalize==1.4.3 # via # -r requirements.txt # requests-cache -urllib3==2.2.2 +urllib3[socks]==2.2.2 # via # -r requirements.txt # requests # requests-cache # selenium # sentry-sdk -werkzeug==3.0.3 +werkzeug==3.0.6 # via # -r requirements.txt # libcoveweb