From 754be06190d7185dec39a2e420712eb0abba579c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:03:37 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.6 in /app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 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.1...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index bebc6a4..efa8cc9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,6 +6,6 @@ Flask-JWT-Extended==4.2.1 python-dateutil==2.8.1 pytz==2021.1 SQLAlchemy==1.4.19 -Werkzeug==3.0.1 +Werkzeug==3.0.6 psycopg2-binary rich \ No newline at end of file