Skip to content

Commit

Permalink
build(deps): bump flask from 2.2.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.2.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.2.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 2, 2023
1 parent a40a16f commit c2b39db
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 17 deletions.
42 changes: 27 additions & 15 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 @@ -39,14 +39,14 @@ classifiers = [
[tool.poetry.dependencies]
apispec = { extras = ["yaml"], version = "^6.3.0", optional = true }
environs = "^9.5.0"
flask = { version = "^2.2.3", optional = true }
flask = { version = ">=2.2.3,<4.0.0", optional = true }
gunicorn = ">=20.1,<22.0"
python = "^3.8"

[tool.poetry.dev-dependencies]
apispec = { extras = ["yaml"], version = "^6.3.0" }
coverage = "^7.3.0"
flask = "^2.2.3"
flask = ">=2.2.3,<4.0.0"
pre-commit = "^3.3.3"
pytest = "^7.4.0"

Expand Down

0 comments on commit c2b39db

Please sign in to comment.