From 19c9fb1139f45c0bbee7ce34eebaa7bc5bea2e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:31:15 +0000 Subject: [PATCH] Update werkzeug requirement from <3 to <4 Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [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/0.1...3.0.0) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c9a7bc..5aa42bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ gunicorn>=20.0.4 psycopg2-binary>=2.8.6 southwark>=0.7.1 sqlalchemy==1.3.22 -werkzeug<3 +werkzeug<4