From 78b12a3e8832e493fd1d6198710b90f4947c3a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:42:29 +0000 Subject: [PATCH] chore(deps): Bump werkzeug from 3.0.6 to 3.1.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.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.6...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 23967a60e8..2ad7063aa3 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -50,7 +50,7 @@ requests==2.33.0 selenium==4.21.0 typing-extensions==4.15.0 webdriver-manager==4.0.0 -Werkzeug==3.0.6 +Werkzeug==3.1.6 wheel==0.38.1 # TODO: publish the library to pypi so we don't have to install from git git+https://github.com/datacommonsorg/llm-tools.git \ No newline at end of file