Bump flask from 3.1.0 to 3.1.1

Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.1.
- [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/3.1.0...3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-13 20:32:07 +00:00 committed by GitHub
parent f4c5a1a991
commit de37c4d1ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 11 deletions

View file

@ -21,7 +21,7 @@ include = ["tiny_personal_website/config",
[tool.poetry.dependencies]
python = "^3.12"
Flask = "^3.0.3"
Flask = "^3.1.1"
gunicorn = "^22.0.0"
PyYAML = "^6.0.1"