From c62cb760eaeb23df11b0e1127911c9c41929129c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:04:06 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.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.3...3.0.6) --- 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 d2661a7..6d88ff5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ markupsafe==2.1.5; python_version >= '3.7' pyasn1==0.6.0; python_version >= '3.8' pyasn1-modules==0.4.0; python_version >= '3.8' python-ldap==3.4.4; python_version >= '3.6' -werkzeug==3.0.3; python_version >= '3.8' +werkzeug==3.0.6; python_version >= '3.8'