periodo / periodo-server

A web server for serving and accepting patches for PeriodO data
http://perio.do
Other
11 stars 3 forks source link

Bump webargs from 8.4.0 to 8.6.0 #366

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

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