Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump flask from 3.0.0 to 3.0.2 (#67)
Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.0.2. <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.0.2</h2> <p>This is a fix release for the 3.0.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes.</p> <ul> <li>Changes: <a href="https://flask.palletsprojects.com/en/3.0.x/changes/#version-3.0.2">https://flask.palletsprojects.com/en/3.0.x/changes/#version-3.0.2</a></li> <li>Milestone: <a href="https://github.com/pallets/flask/milestone/34?closed=1">https://github.com/pallets/flask/milestone/34?closed=1</a></li> <li>PyPI: <a href="https://pypi.org/project/Flask/3.0.2/">https://pypi.org/project/Flask/3.0.2/</a></li> </ul> <h2>3.0.1</h2> <p>This is a fix release for the 3.0.x feature release branch.</p> <p>Fixes an issue where using other JSON providers, such as <code>flask-orjson</code>, previously caused loaded session data to have an incorrect format in some cases.</p> <ul> <li>Changes: <a href="https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-1">https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-1</a></li> <li>Milestone: <a href="https://github.com/pallets/flask/milestone/32?closed=1">https://github.com/pallets/flask/milestone/32?closed=1</a></li> <li>PyPI: <a href="https://pypi.org/project/Flask/3.0.1/">https://pypi.org/project/Flask/3.0.1/</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.0.2</h2> <p>Released 2024-02-03</p> <ul> <li>Correct type for <code>jinja_loader</code> property. :issue:<code>5388</code></li> <li>Fix error with <code>--extra-files</code> and <code>--exclude-patterns</code> CLI options. :issue:<code>5391</code></li> </ul> <h2>Version 3.0.1</h2> <p>Released 2024-01-18</p> <ul> <li>Correct type for <code>path</code> argument to <code>send_file</code>. :issue:<code>5230</code></li> <li>Fix a typo in an error message for the <code>flask run --key</code> option. :pr:<code>5344</code></li> <li>Session data is untagged without relying on the built-in <code>json.loads</code> <code>object_hook</code>. This allows other JSON providers that don't implement that. :issue:<code>5381</code></li> <li>Address more type findings when using mypy strict mode. :pr:<code>5383</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/flask/commit/d2030595dcdc8ca5701504f00255360fb12a3a2b"><code>d203059</code></a> release version 3.0.2</li> <li><a href="https://github.com/pallets/flask/commit/d7209a957004d4758f32fd8b2f89da11f5fe5718"><code>d7209a9</code></a> fix super call in list comprehension (<a href="https://redirect.github.com/pallets/flask/issues/5393">#5393</a>)</li> <li><a href="https://github.com/pallets/flask/commit/1af8f95785b85d0937153ee63d504c0b51934d80"><code>1af8f95</code></a> fix super call in list comprehension</li> <li><a href="https://github.com/pallets/flask/commit/3435d2ff1589eb0c1a85cc294a20985910a1a606"><code>3435d2f</code></a> Fix jinja_loader typehint (<a href="https://redirect.github.com/pallets/flask/issues/5389">#5389</a>)</li> <li><a href="https://github.com/pallets/flask/commit/ecc057dd4857e655f0844b781899a917852042a4"><code>ecc057d</code></a> fix jinja_loader annotation</li> <li><a href="https://github.com/pallets/flask/commit/3207af8827d4162ef5841249c46fbb9da043c551"><code>3207af8</code></a> start version 3.0.2</li> <li><a href="https://github.com/pallets/flask/commit/233be7a0fa8b2a77189ae9a2fc47c579245a2f3d"><code>233be7a</code></a> release version 3.0.1 (<a href="https://redirect.github.com/pallets/flask/issues/5386">#5386</a>)</li> <li><a href="https://github.com/pallets/flask/commit/f622b1cadea2bed4ea4cc476695e9c181ec5da11"><code>f622b1c</code></a> release version 3.0.1</li> <li><a href="https://github.com/pallets/flask/commit/5fcc999b7df0f5cc71cfd9b74ea494b96486f84f"><code>5fcc999</code></a> fix create release action</li> <li><a href="https://github.com/pallets/flask/commit/da3a0ddfe2de5be718a2d7cb3021f350bf04c402"><code>da3a0dd</code></a> fix slsa generator version</li> <li>Additional commits viewable in <a href="https://github.com/pallets/flask/compare/3.0.0...3.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flask&package-manager=pip&previous-version=3.0.0&new-version=3.0.2)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information