Skip to content

Commit

Permalink
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
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 6efc80e commit d4c1205
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 @@ -69,7 +69,7 @@ werkzeug = "<3"
# Conditionally installed for backward compatibility with older Python versions
importlib_metadata = { version = ">=3.3,<7", python = "<3.8" }
click = "<9"
Flask-Cors = "<5"
Flask-Cors = "<6"

[tool.poetry.dev-dependencies]
poethepoet = "<1"
Expand Down

0 comments on commit d4c1205

Please sign in to comment.