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 4.0.0 #135

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps webargs from 1.8.1 to 4.0.0.

Changelog

Sourced from webargs's changelog.

4.0.0 (2018-07-15)


Features:

  • Backwards-incompatible: Custom error handlers receive the
    marshmallow.Schema instance as the third argument. Update any
    functions decorated with Parser.error_handler to take a schema
    argument, like so:

.. code-block:: python

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


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

See marshmallow-code/marshmallow#840 (comment) <https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/840#issuecomment-403481686>_
for more information about this change.

Bug fixes:

  • Backwards-incompatible: Rename webargs.async to
    webargs.asyncparser to fix compatibility with Python 3.7
    (:issue:240). Thanks :user:Reskov for the catch and patch.

Other changes:

  • Backwards-incompatible: Drop support for Python 3.4 (:pr:243). Python 2.7 and

    =3.5 are supported.

  • Backwards-incompatible: Drop support for marshmallow<2.15.0.
    marshmallow>=2.15.0 and >=3.0.0b12 are officially supported.
  • Use black <https://github.com/ambv/black>_ with pre-commit <https://pre-commit.com/>_
    for code formatting (:pr:244).

3.0.2 (2018-07-05)


Bug fixes:

  • Fix compatibility with marshmallow 3.0.0b12 (:pr:242). Thanks :user:lafrech.
... (truncated)
Commits
  • a864099 Bump version and update changelog
  • 90b822f Merge pull request #250 from sloria/flask-attach-schema-to-error
  • 3ead80a Pass schema instance to error handlers
  • ee5ee8c Use :doc: instead of :ref: to refer to pages...
  • a721931 Merge pull request #249 from sloria/pyup-update-sphinx-issues-0.4.0-to-1.0.0
  • c432c2c Update sphinx-issues from 0.4.0 to 1.0.0
  • dcd67a9 Merge pull request #248 from sloria/pyup-update-tox-3.1.1-to-3.1.2
  • 802c434 Merge pull request #247 from sloria/pyup-update-invoke-1.0.0-to-1.1.0
  • 6c946cc Update tox from 3.1.1 to 3.1.2
  • 1c54e1b Update invoke from 1.0.0 to 1.1.0
  • 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 #136.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/webargs-4.0.0 branch September 19, 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