From 2e8502aa05d1ba6d41c9d6a415c22fbbbffc9632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:39:23 +0000 Subject: [PATCH] Bump flask from 2.2.2 to 3.0.0 Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 3.0.0. - [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.2...3.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index e9bb925..70998ea 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,4 +9,4 @@ pytest==7.1.3 setuptools==65.5.0 wheel==0.37.1 webdriver-manager==3.8.4 -flask==2.2.2 \ No newline at end of file +flask==3.0.0 \ No newline at end of file