From 895e2a4cd7e86eeaa0e56179b5188d271da528d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:28:10 +0000 Subject: [PATCH] Chore(deps): Bump werkzeug from 3.0.1 to 3.1.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44dd56d..b0d2cb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,5 +31,5 @@ rq==1.16.2 shellescape==3.8.1 six==1.16.0 urllib3==2.2.1 -Werkzeug==3.0.1 +Werkzeug==3.1.1 pytest==8.3.2 \ No newline at end of file