Skip to content

Commit 6aaa9d9

Browse files
Bump flask-cors from 3.0.10 to 4.0.1 (#260)
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 4.0.1. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@3.0.10...4.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc van Duyn <marcvanduyn1@gmail.com>
1 parent 6a4bbeb commit 6aaa9d9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 6 additions & 5 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"
13+
Flask-Cors = ">=3.0.9,<5.0.0"
1414
SQLAlchemy = "^2.0.18"
1515
marshmallow = "^3.5.0"
1616
ccxt = "^4.2.48"

0 commit comments

Comments
 (0)