chore(deps): update dependency flask to v3.1.2 (#150)
Some checks failed
Release / Tag release (push) Successful in 19s
Release / Create Release (push) Successful in 7s
Release / Publish Docker Images (push) Failing after 2m32s
Snyk / security (push) Successful in 6m51s

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [Flask](https://github.com/pallets/flask) ([changelog](https://flask.palletsprojects.com/page/changes/)) | `==3.1.1` -> `==3.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/flask/3.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flask/3.1.1/3.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>pallets/flask (Flask)</summary>

### [`v3.1.2`](https://github.com/pallets/flask/blob/HEAD/CHANGES.rst#Version-312)

[Compare Source](https://github.com/pallets/flask/compare/3.1.1...3.1.2)

Released 2025-08-19

- `stream_with_context` does not fail inside async views. :issue:`5774`
- When using `follow_redirects` in the test client, the final state
  of `session` is correct. :issue:`5786`
- Relax type hint for passing bytes IO to `send_file`. :issue:`5776`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS40IiwidXBkYXRlZEluVmVyIjoiNDEuODEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->

Reviewed-on: #150
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This commit is contained in:
2025-08-22 21:35:52 +02:00
committed by Luke Tainton
parent 999d746a8a
commit b629a2d22f

View File

@@ -1,7 +1,7 @@
certifi==2025.8.3
charset-normalizer==3.4.3
click==8.2.2
Flask==3.1.1
Flask==3.1.2
Flask-WTF==1.2.2
idna==3.10
itsdangerous==2.2.0