From a8fc30d66034cf7d94b7a6a3fbf075cb07e55522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:04:31 +0000 Subject: [PATCH] Bump flask from 2.2 to 2.2.5 in /alternator/tictactoe_example_app Bumps [flask](https://github.com/pallets/flask) from 2.2 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.2.0...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- alternator/tictactoe_example_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alternator/tictactoe_example_app/requirements.txt b/alternator/tictactoe_example_app/requirements.txt index 0c84972..4698a96 100644 --- a/alternator/tictactoe_example_app/requirements.txt +++ b/alternator/tictactoe_example_app/requirements.txt @@ -1,2 +1,2 @@ -Flask==2.2 +Flask==2.2.5 boto3==1.21