From 61dcd20bc40703ff5506067486ca2944ec6fcc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 19:46:29 +0000 Subject: [PATCH] Bump flask-cors from 5.0.0 to 6.0.0 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production ... 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 fee4130..7ebb494 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ flake8==5.0.4 # MIT -Flask-Cors==5.0.0 #MIT +Flask-Cors==6.0.0 #MIT mock==4.0.3 # BSD pytest==7.1.3 # MIT pytest-cov==3.0.0 # MIT