From 0799008cd5eb8f4763a8aebf61b76f85faeb02e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:11:50 -0400 Subject: [PATCH] Bump flask from 2.1.0 to 2.2.5 in /utils/chaos_ai/docker (#611) Bumps [flask](https://github.com/pallets/flask) from 2.1.0 to 2.2.5. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.1.0...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naga Ravi Chaitanya Elluri --- utils/chaos_ai/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/chaos_ai/docker/requirements.txt b/utils/chaos_ai/docker/requirements.txt index c5166931..cdd12f5a 100644 --- a/utils/chaos_ai/docker/requirements.txt +++ b/utils/chaos_ai/docker/requirements.txt @@ -1,6 +1,6 @@ numpy pandas requests -Flask==2.1.0 +Flask==2.2.5 Werkzeug==2.3.8 flasgger==0.9.5