[stubsabot] Bump Flask-Cors to 4.0.* (#10363)

Release: https://pypi.org/pypi/Flask-Cors/4.0.0
Homepage: https://github.com/corydolphin/flask-cors
Diff: https://github.com/corydolphin/flask-cors/compare/3.0.10...v4.0.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 5 files included in typeshed's stubs have been modified or renamed: `flask_cors/__init__.py`, `flask_cors/core.py`, `flask_cors/decorator.py`, `flask_cors/extension.py`, `flask_cors/version.py`.
 - Total lines of Python code added: 50.
 - Total lines of Python code deleted: 41.
This commit is contained in:
github-actions[bot]
2023-06-27 01:20:14 +01:00
committed by GitHub
parent 1b2e4091db
commit 43720bcbab

View File

@@ -1,4 +1,4 @@
version = "3.0.*"
version = "4.0.*"
# Requires a version of flask with a `py.typed` file
requires = ["Flask>=2.0.0"]
partial_stub = true