Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump webargs from 1.8.1 to 3.0.2 #134

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps webargs from 1.8.1 to 3.0.2.

Changelog

Sourced from webargs's changelog.

3.0.2 (2018-07-05)


Bug fixes:

  • Fix compatibility with marshmallow 3.0.0b12 (:issue:242). Thanks :user:lafrech.

3.0.1 (2018-06-06)


Bug fixes:

  • Respect Parser.DEFAULT_VALIDATION_STATUS when a status_code is not
    explicitly passed to ValidationError (:issue:180). Thanks :user:foresmac for
    finding this.

Support:

  • Add "Returning HTTP 400 Responses" section to docs (:issue:180).

3.0.0 (2018-05-06)


Changes:

  • Backwards-incompatible: Custom error handlers receive the request object as the second
    argument. Update any functions decorated with Parser.error_handler to take a req argument, like so:

.. code-block:: python

# 2.x
[**parser**](https://github.com/parser).error_handler
def handle_error(error):
    raise CustomError(error.messages)

# 3.x
[**parser**](https://github.com/parser).error_handler
def handle_error(error, req):
    raise CustomError(error.messages)
  • Backwards-incompatible: Remove unused instance and kwargs arguments of argmap2schema.
  • Backwards-incompatible: Remove Parser.load method (Parser now calls Schema.load directly).

These changes shouldn't affect most users. However, they might break custom parsers calling these methods. (:issue:222)

  • Drop support for aiohttp<3.0.0.

2.1.0 (2018-04-01)


... (truncated)
Commits
  • 13eb99a Bump version and update changelog
  • 8bc1e85 Merge pull request #241 from sloria/pyup-update-pytest-3.6.2-to-3.6.3
  • a0be590 Merge pull request #242 from Nobatek/fix_MA3_validation_error_fields_removed
  • ba4a5d1 ValidationError.fields was removed in marshmallow 3.0.0b12
  • c0df0d4 Update pytest from 3.6.2 to 3.6.3
  • fb300bc Merge pull request #239 from sloria/pyup-update-webtest-2.0.29-to-2.0.30
  • eab4e7a Update webtest from 2.0.29 to 2.0.30
  • 7c94e88 Merge pull request #238 from sloria/pyup-update-pytest-3.6.1-to-3.6.2
  • 190abd1 Update pytest from 3.6.1 to 3.6.2
  • 1f8c270 No longer using pypi branch
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Author

Superseded by #135.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/webargs-3.0.2 branch July 17, 2018 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant