Skip to content

Commit e6ad52b

Browse files
dependabot[bot]amotl
authored andcommitted
Update flask-cors requirement from <6 to <7
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](corydolphin/flask-cors@0.0.0dev...6.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3baddcd commit e6ad52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies = [
6565
"pillow>=9,<12",
6666
"importlib_metadata>=3.3,<7 ; python_version < '3.8'",
6767
"click<9",
68-
"Flask-Cors<6",
68+
"Flask-Cors<7",
6969
]
7070

7171
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)