From d006fb8262c85e559ef06b0c6a38724ee0096888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:02:51 +0000 Subject: [PATCH] Bump werkzeug Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 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.7...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../reverse_proxy_server/proxy-server-src/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogflow-cx/vpc-sc-demo/components/reverse_proxy_server/proxy-server-src/requirements-test.txt b/dialogflow-cx/vpc-sc-demo/components/reverse_proxy_server/proxy-server-src/requirements-test.txt index 1e489cdc..86640d72 100644 --- a/dialogflow-cx/vpc-sc-demo/components/reverse_proxy_server/proxy-server-src/requirements-test.txt +++ b/dialogflow-cx/vpc-sc-demo/components/reverse_proxy_server/proxy-server-src/requirements-test.txt @@ -14,5 +14,5 @@ pytest==7.4.0 Flask==2.3.2 -werkzeug==2.3.7 +werkzeug==3.0.3 types-Flask==1.1.6