Skip to content

Commit d5bbab6

Browse files
chore(deps): update dependency flask to v3.1.2 (#720)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Flask](https://redirect.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://redirect.github.com/pallets/flask/blob/HEAD/CHANGES.rst#Version-312) [Compare Source](https://redirect.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**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/grafana/docker-otel-lgtm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99b835a commit d5bbab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blinker==1.9.0
22
click==8.2.2
3-
Flask==3.1.1
3+
Flask==3.1.2
44
itsdangerous==2.2.0
55
Jinja2==3.1.6
66
MarkupSafe==3.0.2

0 commit comments

Comments
 (0)