From 8a0caa3cd7ac37a900bd52e3830c26bd671ff684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:27:31 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.1 in /analytics-api 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: direct:production ... Signed-off-by: dependabot[bot] --- analytics-api/requirements.txt | 2 +- analytics-api/requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/analytics-api/requirements.txt b/analytics-api/requirements.txt index b564550d9..a7e48f9f7 100644 --- a/analytics-api/requirements.txt +++ b/analytics-api/requirements.txt @@ -11,7 +11,7 @@ Mako==1.2.4 MarkupSafe==2.1.2 SQLAlchemy-Utils==0.40.0 SQLAlchemy==1.3.24 -Werkzeug==2.2.3 +Werkzeug==3.0.1 alembic==1.10.3 aniso8601==9.0.1 attrs==22.2.0 diff --git a/analytics-api/requirements/prod.txt b/analytics-api/requirements/prod.txt index f387c6796..5284386d0 100644 --- a/analytics-api/requirements/prod.txt +++ b/analytics-api/requirements/prod.txt @@ -19,7 +19,7 @@ itsdangerous sentry-sdk[flask] bcrypt jaeger-client -Werkzeug<3 +Werkzeug<4 minio pyhumps sqlalchemy-utils