From 80290587b8a281ff376390435963bd5c653542e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:43:23 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.3 in /compile/wheel Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 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/3.0.1...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compile/wheel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile/wheel/requirements.txt b/compile/wheel/requirements.txt index 080d094e..2c870f79 100644 --- a/compile/wheel/requirements.txt +++ b/compile/wheel/requirements.txt @@ -18,5 +18,5 @@ pycodestyle==2.11.1 pytest==7.4.3 setuptools==68.2.2 typing-extensions==4.8.0 -Werkzeug==3.0.1 +Werkzeug==3.0.3 xxhash==3.4.1