Skip to content

Commit

Permalink
chore(deps): bump flask-cors from 4.0.1 to 5.0.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 2ae2988 commit 467df8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -21,7 +21,7 @@ flask-migrate = ">=4.0.5,<4.1"
prometheus-flask-exporter = ">=0.23.0,<0.24"
python-dotenv = ">=1.0.0,<1.1"
sqlalchemy = ">=2.0.29,<2.1"
flask-cors = "^4.0.1"
flask-cors = "^5.0.0"
werkzeug = "~2.2.3" # werkzeug 2.3.x breaks debugpy, so manually keep it at 2.2.x
asgiref = "^3.7.2"

Expand Down

0 comments on commit 467df8f

Please sign in to comment.