From aff3787dd36dcd0048bdb2e29b3b74e4b7ebae29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:50:53 +0000 Subject: [PATCH] Bump werkzeug from 3.1.3 to 3.1.4 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4. - [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.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 66a3bf5..d6c233c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ click-repl==0.3.0 # via celery colorama==0.4.6 # via schemathesis -coverage==7.8.2 +coverage[toml]==7.8.2 # via pytest-cov debugpy==1.8.14 # via pytest-celery @@ -112,6 +112,8 @@ fqdn==1.5.1 # via jsonschema graphql-core==3.2.6 # via hypothesis-graphql +greenlet==3.2.4 + # via sqlalchemy gunicorn==23.0.0 # via -r requirements.in h11==0.16.0 @@ -157,7 +159,7 @@ jinja2==3.1.6 # flask-admin jsonpointer==3.0.0 # via jsonschema -jsonschema==4.24.0 +jsonschema[format]==4.24.0 # via # flasgger # hypothesis-jsonschema @@ -229,7 +231,7 @@ psutil==7.0.0 # via # mirakuru # pytest-celery -psycopg==3.2.9 +psycopg[binary]==3.2.9 # via # -r requirements.in # pytest-postgresql @@ -322,12 +324,8 @@ ruff==0.11.11 # via -r requirements.in schemathesis==3.39.16 # via -r requirements.in -sentry-sdk==2.29.1 +sentry-sdk[flask]==2.29.1 # via -r requirements.in -setuptools==80.9.0 - # via - # flask-db - # pytest-celery six==1.17.0 # via # flasgger @@ -406,7 +404,7 @@ wcwidth==0.2.13 # via prompt-toolkit webcolors==24.11.1 # via jsonschema -werkzeug==3.1.3 +werkzeug==3.1.4 # via # flask # flask-admin