chore(deps): bump flask

Bumps [flask](https://github.com/pallets/flask) from 2.3.0 to 3.1.3.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.3.0...3.1.3)

---
updated-dependencies:
- dependency-name: flask
  dependency-version: 3.1.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-05 15:43:19 +00:00 committed by GitHub
parent 991c84a1eb
commit 233ef9e679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
name = "flask_three_deps"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = ["Flask>=2.3", "requests>=2.30", "Jinja2>=3.1"]
dependencies = ["Flask>=3.1.3", "requests>=2.30", "Jinja2>=3.1"]

View file

@ -1,3 +1,3 @@
Flask==2.3.0
Flask==3.1.3
requests==2.31.0
Jinja2==3.1.2