From 0c1ed4efb36bb79233f5376e0893ac8161c03173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:45:20 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.3. - [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.2.3...3.0.3) --- 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 0c8b20b..75fc76a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ python-dateutil==2.9.0.post0 requests==2.31.0 ruamel.yaml==0.18.6 webargs==8.3.0 -Werkzeug==2.2.3 \ No newline at end of file +Werkzeug==3.0.3 \ No newline at end of file