From 42ac427f352fef335cd2ce10442f1f533099b96b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:29:23 +0000 Subject: [PATCH] Bump werkzeug Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.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/2.3.6...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../web/philanthropy/philanthropy-id/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/nyu_ctf/2023/CSAW-Quals/web/philanthropy/philanthropy-id/requirements.txt b/benchmarks/nyu_ctf/2023/CSAW-Quals/web/philanthropy/philanthropy-id/requirements.txt index f77a5723..2313cadd 100644 --- a/benchmarks/nyu_ctf/2023/CSAW-Quals/web/philanthropy/philanthropy-id/requirements.txt +++ b/benchmarks/nyu_ctf/2023/CSAW-Quals/web/philanthropy/philanthropy-id/requirements.txt @@ -11,5 +11,5 @@ MarkupSafe==2.1.3 PyJWT==2.7.0 SQLAlchemy==2.0.17 typing_extensions==4.7.1 -Werkzeug==2.3.6 +Werkzeug==3.1.5 gunicorn==21.2.0