From 150e78f406681ae4fa2bc50e2ad6f58abbf023ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:01:16 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 2.3.6 to 3.0.3 in /auth Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 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.3.6...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/requirements.txt b/auth/requirements.txt index 4e6f5f2..fb35b93 100644 --- a/auth/requirements.txt +++ b/auth/requirements.txt @@ -57,4 +57,4 @@ urllib3==2.0.4 uvicorn==0.23.1 watchfiles==0.19.0 websockets==11.0.3 -Werkzeug==2.3.6 \ No newline at end of file +Werkzeug==3.0.3 \ No newline at end of file