Update flask requirement from ~=2.1.2 to ~=2.1.3 in /api #299

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/api/flask-approx-eq-2.1.3 into main
dependabot[bot] commented 2022-07-14 09:48:16 +00:00 (Migrated from github.com)

Updates the requirements on flask to permit the latest version.

Release notes

Sourced from flask's releases.

2.1.3

Changelog

Sourced from flask's changelog.

Version 2.1.3

Released 2022-07-13

  • Inline some optional imports that are only used for certain CLI commands. :pr:4606
  • Relax type annotation for after_request functions. :issue:4600
  • instance_path for namespace packages uses the path closest to the imported submodule. :issue:4610
  • Clearer error message when render_template and render_template_string are used outside an application context. :pr:4693

Version 2.1.2

Released 2022-04-28

  • Fix type annotation for json.loads, it accepts str or bytes. :issue:4519
  • The --cert and --key options on flask run can be given in either order. :issue:4459

Version 2.1.1

Released on 2022-03-30

  • Set the minimum required version of importlib_metadata to 3.6.0, which is required on Python < 3.10. :issue:4502

Version 2.1.0

Released 2022-03-28

  • Drop support for Python 3.6. :pr:4335

  • Update Click dependency to >= 8.0. :pr:4008

  • Remove previously deprecated code. :pr:4337

    • The CLI does not pass script_info to app factory functions.
    • config.from_json is replaced by config.from_file(name, load=json.load).
    • json functions no longer take an encoding parameter.
    • safe_join is removed, use werkzeug.utils.safe_join instead.

... (truncated)

Commits
  • 187d717 Merge pull request #4694 from pallets/release-2.1.3
  • 134aebe release version 2.1.3
  • a7859c6 Merge pull request #4693 from Yourun-proger/msg_app_ctx
  • 58f3536 error for render_template outside app context
  • 7096b2c update requirements
  • 94233fc Merge pull request #4681 from earlruby/patch-1
  • 6751f68 New URL for the Quart project
  • cafe68e Merge pull request #4675 from tiesjan/2.1.x
  • 9dfcb90 Document serialization of Decimal in JSONEncoder
  • e4c4fd5 Merge pull request #4674 from pallets/pre-commit-ci-update-config
  • Additional commits viewable in compare view

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 commands and options

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 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)
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. <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>2.1.3</h2> <ul> <li>Changes: <a href="https://flask.palletsprojects.com/en/2.1.x/changes/#version-2-1-3">https://flask.palletsprojects.com/en/2.1.x/changes/#version-2-1-3</a></li> <li>Milestone: <a href="https://github.com/pallets/flask/milestone/22?closed=1">https://github.com/pallets/flask/milestone/22?closed=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 2.1.3</h2> <p>Released 2022-07-13</p> <ul> <li>Inline some optional imports that are only used for certain CLI commands. :pr:<code>4606</code></li> <li>Relax type annotation for <code>after_request</code> functions. :issue:<code>4600</code></li> <li><code>instance_path</code> for namespace packages uses the path closest to the imported submodule. :issue:<code>4610</code></li> <li>Clearer error message when <code>render_template</code> and <code>render_template_string</code> are used outside an application context. :pr:<code>4693</code></li> </ul> <h2>Version 2.1.2</h2> <p>Released 2022-04-28</p> <ul> <li>Fix type annotation for <code>json.loads</code>, it accepts str or bytes. :issue:<code>4519</code></li> <li>The <code>--cert</code> and <code>--key</code> options on <code>flask run</code> can be given in either order. :issue:<code>4459</code></li> </ul> <h2>Version 2.1.1</h2> <p>Released on 2022-03-30</p> <ul> <li>Set the minimum required version of importlib_metadata to 3.6.0, which is required on Python &lt; 3.10. :issue:<code>4502</code></li> </ul> <h2>Version 2.1.0</h2> <p>Released 2022-03-28</p> <ul> <li> <p>Drop support for Python 3.6. :pr:<code>4335</code></p> </li> <li> <p>Update Click dependency to &gt;= 8.0. :pr:<code>4008</code></p> </li> <li> <p>Remove previously deprecated code. :pr:<code>4337</code></p> <ul> <li>The CLI does not pass <code>script_info</code> to app factory functions.</li> <li><code>config.from_json</code> is replaced by <code>config.from_file(name, load=json.load)</code>.</li> <li><code>json</code> functions no longer take an <code>encoding</code> parameter.</li> <li><code>safe_join</code> is removed, use <code>werkzeug.utils.safe_join</code> instead.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/flask/commit/187d7179f605d28c3d24e9f4d65d3295fb099afe"><code>187d717</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/flask/issues/4694">#4694</a> from pallets/release-2.1.3</li> <li><a href="https://github.com/pallets/flask/commit/134aebe60115716b962a95a0dd31bf72c5417941"><code>134aebe</code></a> release version 2.1.3</li> <li><a href="https://github.com/pallets/flask/commit/a7859c6947ffc3e74007c23646cf74518230f0fb"><code>a7859c6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/flask/issues/4693">#4693</a> from Yourun-proger/msg_app_ctx</li> <li><a href="https://github.com/pallets/flask/commit/58f3536a8f5dfc18e559c518ae38cba52bec90a9"><code>58f3536</code></a> error for render_template outside app context</li> <li><a href="https://github.com/pallets/flask/commit/7096b2c4b13660998ad9a7bc845c3e6c5779afaa"><code>7096b2c</code></a> update requirements</li> <li><a href="https://github.com/pallets/flask/commit/94233fc8c07fdd11cf6b3309de8bb12368aa802a"><code>94233fc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/flask/issues/4681">#4681</a> from earlruby/patch-1</li> <li><a href="https://github.com/pallets/flask/commit/6751f68560bfa7c51133d2712830645ed551ace8"><code>6751f68</code></a> New URL for the Quart project</li> <li><a href="https://github.com/pallets/flask/commit/cafe68e1edb8902f2dab977af9d848928ce1ecc6"><code>cafe68e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/flask/issues/4675">#4675</a> from tiesjan/2.1.x</li> <li><a href="https://github.com/pallets/flask/commit/9dfcb90c92e13f2d92cb723cb834b5e0d666a2f5"><code>9dfcb90</code></a> Document serialization of Decimal in JSONEncoder</li> <li><a href="https://github.com/pallets/flask/commit/e4c4fd57710097c7405f7b185b9048c1c8c72d3e"><code>e4c4fd5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/flask/issues/4674">#4674</a> from pallets/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/pallets/flask/compare/2.1.2...2.1.3">compare view</a></li> </ul> </details> <br /> 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 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>
dependabot[bot] commented 2022-08-02 09:49:20 +00:00 (Migrated from github.com)

Superseded by #325.

Superseded by #325.

Pull request closed

Sign in to join this conversation.
No description provided.