Skip to content

Commit

Permalink
Update flask requirement from 2.2.5 to 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.2.5...3.0.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 15, 2024
1 parent 77a1f76 commit 5c4a266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mypy = "==0.910"
optional = true

[tool.poetry.group.contract-tests.dependencies]
Flask = "2.2.5"
Flask = "3.0.0"
requests = ">=2.31.0"
urllib3 = ">=1.22.0,<3"

Expand Down

0 comments on commit 5c4a266

Please sign in to comment.