From b883e2d23b15cda2d2ac5be8fad2b422c0a31ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:52:27 +0000 Subject: [PATCH] Bump werkzeug from 3.0.6 to 3.1.5 in /agora/point_of_sale/src Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.5. - [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.6...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agora/point_of_sale/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agora/point_of_sale/src/requirements.txt b/agora/point_of_sale/src/requirements.txt index f013bd9c..b3bf386b 100644 --- a/agora/point_of_sale/src/requirements.txt +++ b/agora/point_of_sale/src/requirements.txt @@ -1,6 +1,6 @@ Flask==3.0.3 Jinja2==3.1.6 -Werkzeug==3.0.6 +Werkzeug==3.1.5 opencv-python==4.10.0.84 psycopg2-binary==2.9.9 Flask-Session==0.8.0 \ No newline at end of file