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.3.0 to 4.5.0 #226

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps apispec from 4.3.0 to 4.5.0.

Changelog

Sourced from apispec's changelog.

4.5.0 (2020-06-04)

Features:

  • Support OpenAPI 3.1.0 (579).

Bug fixes:

  • Fix get_fields to avoid crashing when a field is named fields (673). Thanks Reskov for reporting.

Other changes:

  • Don't pass field metadata as keyword arguments in the tests. This is deprecated since marshmallow 3.10. apispec is still compatible with marshmallow >=3,<3.10 but tests now require marshmallow >=3.10. (675)

4.4.2 (2020-05-24)

Bug fixes:

  • Respect partial marshmallow schema parameter: don't document the field as required. (:issue: 627). Thanks Anti-Distinctlyminty for the PR.

4.4.1 (2020-05-07)

Bug fixes:

  • Don't set additionalProperties if Meta.unknown is EXCLUDE (659). Thanks kupuguy for the PR.

4.4.0 (2020-03-31)

Features:

  • Populate additionalProperties from Meta.unknown (635). Thanks timsilvers for the PR.
  • Allow to_yaml to pass kwargs to yaml.dump (648).
  • Resolve header references in responses (650).
  • Resolve example references in parameters, request bodies and responses (#651).
Commits
  • f64ff70 Bump version and update CHANGELOG
  • 397bcb4 Merge pull request #672 from marshmallow-code/openapi_3.1.0
  • cf69230 Support OpenAPI 3.1.0
  • e95cdd4 Merge pull request #675 from marshmallow-code/fix_metadata_keyword_warning
  • 6d60a6c Don't pass Field metadata as keyword arg
  • beff871 Merge pull request #674 from marshmallow-code/fix_get_fields
  • fc469a2 Fix get_fields class vs. instance condition
  • 490948c Bump version and update CHANGELOG
  • ccc5327 Merge pull request #670 from marshmallow-code/rework_654
  • 51badb6 Complete required partial tests
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 3 years ago

Codecov Report

Merging #226 (857d810) into master (48b922f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #226   +/-   ##
=======================================
  Coverage   90.54%   90.54%           
=======================================
  Files          40       40           
  Lines        1745     1745           
  Branches      277      277           
=======================================
  Hits         1580     1580           
  Misses        110      110           
  Partials       55       55           
Flag Coverage Δ
unittests 90.54% <ø> (ø)

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 48b922f...857d810. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

Superseded by #227.