From e47b381b7e5d5e4d6b586775d60e803160711d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 04:56:46 +0000 Subject: [PATCH] Update flask-cors requirement from <4,>=3.0.8 to >=3.0.8,<5 Updates the requirements on [flask-cors](https://github.com/corydolphin/flask-cors) to permit the latest version. - [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/3.0.8...v4.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3c13c5fc2..077ffa1ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = debts>=0.5,<1 email_validator>=1.0,<3 Flask-Babel>=1.0,<4 - Flask-Cors>=3.0.8,<4 + Flask-Cors>=3.0.8,<5 Flask-Limiter>=2.6,<3 Flask-Mail>=0.9.1,<1 Flask-Migrate>=2.5.3,<5 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b)