Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps apispec from 4.0.0 to 4.2.0.

Changelog

Sourced from apispec's changelog.

4.2.0 (2021-02-06)

Features:

  • Make components public attributes of Components class (634).

4.1.0 (2021-01-26)

Features:

  • Resolve schemas in callbacks (544). Thanks kortsi for the PR.

Bug fixes:

  • Fix docstrings documenting kwargs type as dict (534).
  • Use x-minimum and x-maximum extensions to document ranges that are not of number type (e.g. datetime) (614).

Other changes:

  • Test against Python 3.9.
Commits
  • 9fe61da Bump version and update CHANGELOG
  • 6fcee8e Merge pull request #634 from marshmallow-code/components_public_attributes
  • 69001cf Make components dicts public attributes of Components class
  • 494b0e4 Bump version and update CHANGELOG
  • c6b2a1b Merge pull request #616 from marshmallow-code/fix-date-range
  • 89b9fd1 field2range: check type using ret
  • 8629210 Extract logic for creating minimum and maximum attributes
  • 6dd423a Use x- extensions for when the field is not a number
  • 954bbbc Change implementation for finding min and max values
  • 5762c83 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 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:

  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 8, 2021
@codecov
Copy link

codecov bot commented Feb 8, 2021

Codecov Report

Merging #183 (e3e1d81) into master (a16cbcc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #183   +/-   ##
=======================================
  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 a16cbcc...e3e1d81. Read the comment docs.

@jtc42 jtc42 merged commit 7b27fe5 into master Feb 8, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/apispec-4.2.0 branch February 8, 2021 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants