Skip to content

Bump apispec from 4.7.1 to 5.1.1 #287

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2021

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/apispec-5.1.1 branch from 2a1c2ba to 983a279 Compare July 12, 2022 14:24
Bumps [apispec](https://github.com/marshmallow-code/apispec) from 4.7.1 to 5.1.1.
- [Release notes](https://github.com/marshmallow-code/apispec/releases)
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@4.7.1...5.1.1)

---
updated-dependencies:
- dependency-name: apispec
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/apispec-5.1.1 branch from 983a279 to 001e0a3 Compare July 12, 2022 14:48
@codecov
Copy link

codecov bot commented Jul 12, 2022

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants