Skip to content

Commit 311e210

Browse files
Bump flask-cors from 4.0.1 to 5.0.0
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@4.0.1...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46778ba commit 311e210

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.8.1"
1010
wrapt = "^1.16.0"
1111
Flask = "^2.3.2"
1212
Flask-Migrate = "^2.6.0"
13-
Flask-Cors = ">=3.0.9,<5.0.0"
13+
Flask-Cors = ">=3.0.9,<6.0.0"
1414
SQLAlchemy = "^2.0.18"
1515
marshmallow = "^3.5.0"
1616
ccxt = "^4.2.48"

0 commit comments

Comments
 (0)