Skip to content

Commit

Permalink
Bump flask-cors from 3.0.10 to 4.0.1 (#260)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc van Duyn <[email protected]>
  • Loading branch information
dependabot[bot] and MDUYN committed Jul 2, 2024
1 parent 6a4bbeb commit 6aaa9d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.8.1"
wrapt = "^1.16.0"
Flask = "^2.3.2"
Flask-Migrate = "^2.6.0"
Flask-Cors = "^3.0.9"
Flask-Cors = ">=3.0.9,<5.0.0"
SQLAlchemy = "^2.0.18"
marshmallow = "^3.5.0"
ccxt = "^4.2.48"
Expand Down

0 comments on commit 6aaa9d9

Please sign in to comment.