-
Notifications
You must be signed in to change notification settings - Fork 202
Commit 52e8a4c
authored
chore(deps): Bump flask from 3.1.0 to 3.1.1 in /experimenter/tests (#12629)
Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pallets/flask/releases">flask's
releases</a>.</em></p>
<blockquote>
<h2>3.1.1</h2>
<p>This is the Flask 3.1.1 fix release, which fixes bugs but does not
otherwise change behavior and should not result in breaking changes
compared to the latest feature release.</p>
<p>PyPI: <a
href="https://pypi.org/project/Flask/3.1.1/">https://pypi.org/project/Flask/3.1.1/</a>
Changes: <a
href="https://flask.palletsprojects.com/en/stable/changes/#version-3-1-1">https://flask.palletsprojects.com/en/stable/changes/#version-3-1-1</a>
Milestone <a
href="https://github.com/pallets/flask/milestone/36?closed=1">https://github.com/pallets/flask/milestone/36?closed=1</a></p>
<ul>
<li>Fix signing key selection order when key rotation is enabled via
<code>SECRET_KEY_FALLBACKS</code>. GHSA-4grg-w6v8-c28g</li>
<li>Fix type hint for <code>cli_runner.invoke</code>. <a
href="https://redirect.github.com/pallets/flask/issues/5645">#5645</a></li>
<li><code>flask --help</code> loads the app and plugins first to make
sure all commands are shown. <a
href="https://redirect.github.com/pallets/flask/issues/5673">#5673</a></li>
<li>Mark sans-io base class as being able to handle views that return
<code>AsyncIterable</code>. This is not accurate for Flask, but makes
typing easier for Quart. <a
href="https://redirect.github.com/pallets/flask/issues/5659">#5659</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pallets/flask/blob/main/CHANGES.rst">flask's
changelog</a>.</em></p>
<blockquote>
<h2>Version 3.1.1</h2>
<p>Released 2025-05-13</p>
<ul>
<li>Fix signing key selection order when key rotation is enabled via
<code>SECRET_KEY_FALLBACKS</code>.
:ghsa:<code>4grg-w6v8-c28g</code></li>
<li>Fix type hint for <code>cli_runner.invoke</code>.
:issue:<code>5645</code></li>
<li><code>flask --help</code> loads the app and plugins first to make
sure all commands
are shown. :issue:<code>5673</code></li>
<li>Mark sans-io base class as being able to handle views that return
<code>AsyncIterable</code>. This is not accurate for Flask, but makes
typing easier
for Quart. :pr:<code>5659</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pallets/flask/commit/7fff56f5172c48b6f3aedf17ee14ef5c2533dfd1"><code>7fff56f</code></a>
release version 3.1.1</li>
<li><a
href="https://github.com/pallets/flask/commit/73d6504063bfa00666a92b07a28aaf906c532f09"><code>73d6504</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/pallets/flask/commit/cbb6c36692f7d882e9026597624c0eb38e01f9cb"><code>cbb6c36</code></a>
update docs about fallback order</li>
<li><a
href="https://github.com/pallets/flask/commit/fb54159861708558b5f5658ebdc14709d984361c"><code>fb54159</code></a>
secret key rotation: fix key list ordering</li>
<li><a
href="https://github.com/pallets/flask/commit/941efd4a36ed0f27e13758874f95e3aa1d3ee163"><code>941efd4</code></a>
use uv (<a
href="https://redirect.github.com/pallets/flask/issues/5727">#5727</a>)</li>
<li><a
href="https://github.com/pallets/flask/commit/0109e496f6ca68de29480fe6413e81b1d3f86aa9"><code>0109e49</code></a>
use uv</li>
<li><a
href="https://github.com/pallets/flask/commit/e7851665071cb93b3c70b1e7103f82d1e6d01f5d"><code>e785166</code></a>
Async Iterable Response (<a
href="https://redirect.github.com/pallets/flask/issues/5659">#5659</a>)</li>
<li><a
href="https://github.com/pallets/flask/commit/410e5ab7ed0ef326fa8b5164a633863f137ffff5"><code>410e5ab</code></a>
Accept <code>AsyncIterable</code> for responses</li>
<li><a
href="https://github.com/pallets/flask/commit/bfffe87d4c2ea255b9a51432bebb3d28741245c4"><code>bfffe87</code></a>
add ghsa links</li>
<li><a
href="https://github.com/pallets/flask/commit/73ce26c3e822cdc2ccf99625619a50c91f163f8d"><code>73ce26c</code></a>
remove tests about deprecated pkgutil.get_loader (<a
href="https://redirect.github.com/pallets/flask/issues/5702">#5702</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pallets/flask/compare/3.1.0...3.1.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/mozilla/experimenter/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 3f04c08 commit 52e8a4cCopy full SHA for 52e8a4c
2 files changed
+10
-9
lines changedexperimenter/tests/poetry.lock
Copy file name to clipboardExpand all lines: experimenter/tests/poetry.lock+9-8Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
experimenter/tests/pyproject.toml
Copy file name to clipboardExpand all lines: experimenter/tests/pyproject.toml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
|
0 commit comments