Skip to content

Commit

Permalink
Bump flask-cors from 3.0.10 to 4.0.0
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.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@3.0.10...v4.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 Oct 23, 2023
1 parent 8f1b3c6 commit e95e008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
20 changes: 4 additions & 16 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ classifiers = [
"Issues" = "https://github.com/daq-tools/wireviz-web/issues"

[tool.poetry.dependencies]
python = ">=3.7,<4"
python = ">=3.7,<5"
wireviz = "==0.3.2"
flask = "<2.3"
flask-restx = "<1.3"
Expand All @@ -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 = "<4"
Flask-Cors = "<5"

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

0 comments on commit e95e008

Please sign in to comment.