Bump apiflask from 1.0.0 to 1.0.2 in /api #208

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/api/apiflask-1.0.2 into main
dependabot[bot] commented 2022-05-23 09:34:09 +00:00 (Migrated from github.com)

Bumps apiflask from 1.0.0 to 1.0.2.

Release notes

Sourced from apiflask's releases.

Version 1.0.2

Another bugfix release.

  • Combine custom security schemes (app.security_schemes) with existing values ([issue #293](apiflask/apiflask#293)).
  • Add the missing path (view_args) to the valid request location list ([issue #301](apiflask/apiflask#301))
  • Fix the security scheme values to lowercase.

Version 1.0.1

A bugfix release:

Commits
  • 85ab069 Release 1.0.2
  • 4a47587 Combine custom security schemes with existing values (#303)
  • ca1f242 Merge pull request #302 from apiflask/input-location
  • 85fd129 Merge pull request #304 from apiflask/fix-schemes
  • 08bf10d Improve the fault tolerance of scheme value
  • 5b65536 Fix OpenAPI security scheme value
  • 6d83390 Fix outdated descriptions and typos in docs
  • 9d136c0 Add the missing path/view_args request location
  • 7b35711 Merge pull request #300 from Tridagger/Tridagger-patch-1
  • 1f9cebd Merge pull request #291 from jiashuChen/flake8-quotes
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
Bumps [apiflask](https://github.com/apiflask/apiflask) from 1.0.0 to 1.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apiflask/apiflask/releases">apiflask's releases</a>.</em></p> <blockquote> <h2>Version 1.0.2</h2> <p>Another bugfix release.</p> <ul> <li>Combine custom security schemes (app.security_schemes) with existing values ([issue <a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/293">#293</a>](<a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/293">apiflask/apiflask#293</a>)).</li> <li>Add the missing <code>path</code> (<code>view_args</code>) to the valid request location list ([issue <a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/301">#301</a>](<a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/301">apiflask/apiflask#301</a>))</li> <li>Fix the security scheme values to lowercase.</li> </ul> <h2>Version 1.0.1</h2> <p>A bugfix release:</p> <ul> <li>Fix the async support for <code>app.auth_required</code>, <code>app.input</code>, and <code>app.doc</code> decorators ([issue <a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/288">#288</a>](<a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/288">apiflask/apiflask#288</a>)). Thanks <a href="https://github.com/jiashuChen"><code>@​jiashuChen</code></a>!</li> <li>Add example applications for <a href="https://github.com/apiflask/apiflask/tree/main/examples/auth">token auth and basic auth</a>. Thanks <a href="https://github.com/z-t-y"><code>@​z-t-y</code></a></li> <li>Fix various bugs in docs. Thanks <a href="https://github.com/Tridagger"><code>@​Tridagger</code></a>, <a href="https://github.com/z-t-y"><code>@​z-t-y</code></a>, <a href="https://github.com/rice0208"><code>@​rice0208</code></a>, <a href="https://github.com/jiashuChen"><code>@​jiashuChen</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apiflask/apiflask/commit/85ab069d911837897ea9f845fdeaaceecd260a49"><code>85ab069</code></a> Release 1.0.2</li> <li><a href="https://github.com/apiflask/apiflask/commit/4a47587d374bb7ca8da393a2469a1873e113ba3d"><code>4a47587</code></a> Combine custom security schemes with existing values (<a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/303">#303</a>)</li> <li><a href="https://github.com/apiflask/apiflask/commit/ca1f242faad15e8efcd5c6ee8b20426a7dcbad5f"><code>ca1f242</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/302">#302</a> from apiflask/input-location</li> <li><a href="https://github.com/apiflask/apiflask/commit/85fd129e118113242cb7ffee50e84a0d5f3c4a1e"><code>85fd129</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/304">#304</a> from apiflask/fix-schemes</li> <li><a href="https://github.com/apiflask/apiflask/commit/08bf10dd40e4dc00b8cb68d0a1e2b78b114d1259"><code>08bf10d</code></a> Improve the fault tolerance of scheme value</li> <li><a href="https://github.com/apiflask/apiflask/commit/5b6553634b872750c0e0ee5b69899d72bfa03e34"><code>5b65536</code></a> Fix OpenAPI security scheme value</li> <li><a href="https://github.com/apiflask/apiflask/commit/6d833901963d84be4b5862bbbc7d49a7f408ddb3"><code>6d83390</code></a> Fix outdated descriptions and typos in docs</li> <li><a href="https://github.com/apiflask/apiflask/commit/9d136c04d9bc497166bf5a7a37886ef4c6d81ac5"><code>9d136c0</code></a> Add the missing path/view_args request location</li> <li><a href="https://github.com/apiflask/apiflask/commit/7b357118706f2925149ff8f0551a4a182625abec"><code>7b35711</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/300">#300</a> from Tridagger/Tridagger-patch-1</li> <li><a href="https://github.com/apiflask/apiflask/commit/1f9cebd92db0cfc9fad16d630900e19910269a04"><code>1f9cebd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apiflask/apiflask/issues/291">#291</a> from jiashuChen/flake8-quotes</li> <li>Additional commits viewable in <a href="https://github.com/apiflask/apiflask/compare/1.0.0...1.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apiflask&package-manager=pip&previous-version=1.0.0&new-version=1.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 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-07-04 10:29:02 +00:00 (Migrated from github.com)

Superseded by #280.

Superseded by #280.

Pull request closed

Sign in to join this conversation.
No description provided.