Skip to content

Commit

Permalink
build(deps-dev): update flask-cors requirement in /python-flask
Browse files Browse the repository at this point in the history
Updates the requirements on [flask-cors](https://github.com/corydolphin/flask-cors) to permit the latest version.
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](corydolphin/flask-cors@v1.0.0a...4.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 Dec 4, 2023
1 parent 03c958a commit 815a0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-flask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"crate",
"flask<3",
"flask-restful<1",
"flask-cors<4",
"flask-cors<5",
"itsdangerous<3",
"jinja2<4",
"markupsafe<3",
Expand Down

0 comments on commit 815a0bf

Please sign in to comment.