From 10d47275a29eb44ab32ff846b3d0cf2266272375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:36:27 +0000 Subject: [PATCH] Bump werkzeug from 2.1.2 to 3.0.1 in /colin-api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 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.1.2...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- colin-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colin-api/requirements.txt b/colin-api/requirements.txt index 21108a2cf..558b1d389 100644 --- a/colin-api/requirements.txt +++ b/colin-api/requirements.txt @@ -6,7 +6,7 @@ MarkupSafe==2.1.1 SQLAlchemy-Continuum==1.3.12 SQLAlchemy-Utils==0.38.3 SQLAlchemy==1.4.39 -Werkzeug==2.1.2 +Werkzeug==3.0.1 blinker==1.4 cachelib==0.9.0 certifi==2022.6.15