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 8.4.0 to 8.6.0 #366

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps webargs from 8.4.0 to 8.6.0.

Changelog

Sourced from webargs's changelog.

8.6.0 (2024-09-11)


Bug fixes:

  • Fix the handling of invalid JSON bodies in the bottle parser to support bottle versions >=0.13.

Other changes:

  • MultiDictProxy now inherits from MutableMapping rather than Mapping.

8.5.0 (2024-04-25)


Other changes:

  • Test against Python 3.12.

  • Async location loading now supports loader functions which are not themselves async, but which return an awaitable result. This means that users who are already handling awaitable objects can return them from non-async loaders and expect webargs to await them. This allows some async interactions with supported frameworks, where the webargs-provided parser returns a framework object and the framework can be set to return awaitables, e.g., the Falcon parser. Thanks :user:j0k2r for the PR! (:pr:935)

Commits
  • 841100d Bump version and update changelog
  • 9e7ec13 Merge pull request #974 from sirosen/update-for-bottle
  • 716723b Fix for invalid JSON handling on latest 'bottle'
  • 75839eb Bump webtest from 3.0.0 to 3.0.1 (#971)
  • 95b41eb [pre-commit.ci] pre-commit autoupdate
  • dcab6e4 Consolidate pre-commit.ci settings (#970)
  • e967ed4 Reduce pre-commit.ci updates to monthly (#968)
  • 13c74bc [pre-commit.ci] pre-commit autoupdate
  • 2b7ade2 Merge pull request #966 from marshmallow-code/pre-commit-ci-update-config
  • 1db4841 [pre-commit.ci] pre-commit autoupdate
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.4.0 to 8.6.0.
- [Changelog](https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/webargs@8.4.0...8.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 12, 2024
@rybesh rybesh merged commit 740efd0 into master Sep 12, 2024
4 checks passed
@rybesh rybesh deleted the dependabot/pip/webargs-8.6.0 branch September 12, 2024 12:38
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant