Skip to content

Commit

Permalink
build(deps): bump flask from 2.3.3 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 2.3.3 to 3.0.0.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.3.3...3.0.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 0457118 commit 20a4d79
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 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 @@ -27,7 +27,7 @@ include = ["pytaxonomies/data/misp-taxonomies/schema.json",
python = "^3.8"
requests = { version = "^2.31.0", optional = true }
flask-nav = {version = "^0.6", optional = true}
Flask = {version = "^2.3.3", optional = true}
Flask = {version = ">=2.3.3,<4.0.0", optional = true}
Flask-Bootstrap = {version = "^3.3.7.1", optional = true}
Flask-WTF = {version = "^1.2.1", optional = true}

Expand Down

0 comments on commit 20a4d79

Please sign in to comment.