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 and gitonthescene committed Sep 2, 2024
1 parent c60aece commit e16eff8
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 @@ -19,7 +19,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
flask = "^2.0"
flask-cors = ">=3.0.10,<5.0.0"
flask-cors = ">=3.0.10,<6.0.0"
cython = ">=0.29.21,<3.1.0"
normality = "^2.1.1"
importlib_metadata = { version = ">=4.5,<7.0", python = "<3.10" }
Expand Down

0 comments on commit e16eff8

Please sign in to comment.