From 9d499f72d8b7aafe92bb5588f1b31995d30b9003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:21:50 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 2.2.3 in /example_agents/acme_dqn Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 to 2.2.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.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example_agents/acme_dqn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_agents/acme_dqn/requirements.txt b/example_agents/acme_dqn/requirements.txt index c1bd668a..80557cb0 100644 --- a/example_agents/acme_dqn/requirements.txt +++ b/example_agents/acme_dqn/requirements.txt @@ -113,6 +113,6 @@ toml==0.10.2 trfl==1.1.0 webencodings==0.5.1 websocket-client==1.1.0 -Werkzeug==2.0.1 +Werkzeug==2.2.3 wrapt==1.12.1 zipp==3.6.0