chore(deps): update dependency flask to v3.1.2 (#150)
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](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:
@@ -1,7 +1,7 @@
|
|||||||
certifi==2025.8.3
|
certifi==2025.8.3
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.3
|
||||||
click==8.2.2
|
click==8.2.2
|
||||||
Flask==3.1.1
|
Flask==3.1.2
|
||||||
Flask-WTF==1.2.2
|
Flask-WTF==1.2.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
|
Reference in New Issue
Block a user