From cf3951ed92aa146706e997a1663a0788cee4d7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:23:30 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 3.0.1 in /gitlab/repositories/awesome-app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.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.0.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gitlab/repositories/awesome-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/repositories/awesome-app/requirements.txt b/gitlab/repositories/awesome-app/requirements.txt index d5970ff9..50b1cbbd 100644 --- a/gitlab/repositories/awesome-app/requirements.txt +++ b/gitlab/repositories/awesome-app/requirements.txt @@ -2,5 +2,5 @@ pytest==7.2.0 flask==2.0.3 -Werkzeug==2.0.3 +Werkzeug==3.0.1 pygryphon==1.0.13