labthings / python-labthings

Python implementation of LabThings, based on the Flask microframework
GNU General Public License v3.0
18 stars 2 forks source link

Bump apispec from 4.7.1 to 5.1.1 #287

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps apispec from 4.7.1 to 5.1.1.

Changelog

Sourced from apispec's changelog.

5.1.1 (2021-09-27)


Bug fixes:

  • Fix field ordering in "ordered" schema classes documentation (:issue:714).

Other changes:

  • Don't build universal wheels. We don't support Python 2 anymore. (:pr:705)
  • Make the build reproducible (:pr:[#669](https://github.com/marshmallow-code/apispec/issues/669)).

5.1.0 (2021-08-10)


Features:

  • Add lazy option to component registration methods. This allows to add components to the spec only if they are actually referenced. (:pr:702)
  • Add BasePlugin.header_helper and MarshmallowPlugin.header_helper (:pr:703).

Bug fixes:

  • Ensure plugin helpers get component copies. Avoids issues if a plugin helper mutates its inputs. (:pr:704)

5.0.0 (2021-07-29)


Features:

  • Rename doc_default to default. Since schema metadata is namespaced in a single metadata parameter, there is no name collision with default parameter anymore (:issue:687).
  • Don't build schema component reference in OpenAPIConverter.resolve_nested_schema. This is done later in Components (:pr:700).
  • MarshmallowPlugin: resolve schemas in allOf, oneOf, anyOf and not (:pr:701). Thanks :user:stefanv for the initial work on this.

Other changes:

  • Refactor Components methods to make them consistent. Use component_id rather than name, remove **kwargs when unused. (:pr:696)

5.0.0b1 (2021-07-22)


... (truncated)

Commits
  • 228fe74 Bump version and update CHANGELOG
  • f630bab Merge pull request #717 from marshmallow-code/doc_apispec_marshmallow
  • 3f37d99 Document apispec[marshmallow]
  • 2191e82 Merge pull request #716 from marshmallow-code/fix_ordered
  • cce9ada Get "ordered" attribute from Meta
  • 64d3718 Bump sphinx-rtd-theme from 0.5.2 to 1.0.0
  • 768752a Bump flake8-bugbear from 21.4.3 to 21.9.1
  • 6eb7007 Bump sphinx from 4.1.2 to 4.2.0
  • a9f43bc Upgrade to GitHub-native Dependabot (#664)
  • a369a8d Update CHANGELOG
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #287 (001e0a3) into master (d228f34) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #287   +/-   ##
=======================================
  Coverage   91.24%   91.24%           
=======================================
  Files          41       41           
  Lines        1861     1861           
  Branches      294      294           
=======================================
  Hits         1698     1698           
  Misses        105      105           
  Partials       58       58           
Flag Coverage Δ
unittests 91.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d228f34...001e0a3. Read the comment docs.