Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

pipenv: bump webargs from 8.0.1 to 8.2.0 in /statistical-enrichment #114

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps webargs from 8.0.1 to 8.2.0.

Changelog

Sourced from webargs's changelog.

8.2.0 (2022-07-11)


Features:

  • A new method, webargs.Parser.async_parse, can be used for async-aware parsing from the base parser class. This can handle async location loader functions and async error handlers.

  • webargs.Parser.use_args and use_kwargs can now be used to decorate async functions, and will use async_parse if the decorated function is also async. They will call the non-async parse method when used to decorate non-async functions.

  • As a result of the changes to webargs.Parser, FlaskParser, DjangoParser, and FalconParser now all support async views. Thanks :user:Isira-Seneviratne for the initial PR.

Changes:

  • The implementation of AsyncParser has changed. Now that webargs.Parser has built-in support for async usage, the primary purpose of AsyncParser is to redefine parse as an alias for async_parse

  • Set python_requires>=3.7.2 in package metadata (:pr:692). Thanks :user:kasium for the PR.

8.1.0 (2022-01-12)


Bug fixes:

  • Fix publishing type hints per PEP-561 <https://www.python.org/dev/peps/pep-0561/>_. (:pr:650).
  • Add DelimitedTuple to fields.all (:pr:678).
  • Narrow type of argmap from Mapping to Dict (:pr:682).

Other changes:

  • Test against Python 3.10 (:pr:647).
  • Drop support for Python 3.6 (:pr:673).
  • Address distutils deprecation warning in Python 3.10 (:pr:652). Thanks :user:kkirsche for the PR.
  • Use postponed evaluation of annotations (:pr:663). Thanks :user:Isira-Seneviratne for the PR.
  • Pin mypy version in tox (:pr:674).
  • Improve type annotations for __version_info__ (:pr:680).
Commits
  • 7fef931 Bump version and update changelog
  • 5a1ffa6 [pre-commit.ci] pre-commit autoupdate
  • 70635d3 Bump flake8-bugbear from 22.6.22 to 22.7.1
  • 99c9c1e [pre-commit.ci] pre-commit autoupdate
  • 69b1778 Bump flake8-bugbear from 22.4.25 to 22.6.22
  • 9e81a58 Merge pull request #738 from marshmallow-code/dependabot/pip/furo-2022.6.21
  • 4af7565 Bump furo from 2022.6.4.1 to 2022.6.21
  • 8519fa7 Merge pull request #737 from marshmallow-code/dependabot/pip/sphinx-5.0.2
  • 609f506 Bump sphinx from 5.0.1 to 5.0.2
  • 6da39c0 Merge pull request #736 from marshmallow-code/pre-commit-ci-update-config
  • 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)

Bumps [webargs](https://github.com/marshmallow-code/webargs) from 8.0.1 to 8.2.0.
- [Release notes](https://github.com/marshmallow-code/webargs/releases)
- [Changelog](https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/webargs@8.0.1...8.2.0)

---
updated-dependencies:
- dependency-name: webargs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants