gae-init / gae-init-docs

Documentation and Tutorial for gae-init
http://docs.gae-init.appspot.com
MIT License
14 stars 18 forks source link

Bump webargs from 4.1.2 to 4.1.3 #296

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps webargs from 4.1.2 to 4.1.3.

Changelog *Sourced from [webargs's changelog](https://github.com/sloria/webargs/blob/dev/CHANGELOG.rst).* > 4.1.3 (2018-12-02) > ****************** > > Bug fixes: > > * Fix bug in ``AIOHTTParser`` that prevented calling > ``use_args`` on the same view function multiple times (:issue:`273`). > Thanks to :user:`dnp1` for reporting and :user:`jangelo` for the fix. > * Fix compatibility with marshmallow 3.0.0rc1 (:pr:`330`).
Commits - [`d31b263`](https://github.com/sloria/webargs/commit/d31b263021f1f2007158d9a8467052288fed8f2a) Bump version and update changelog - [`18e7ae0`](https://github.com/sloria/webargs/commit/18e7ae0e4ff64fd91cb1a7b1b86efb7a62f4daa5) Merge pull request [#330](https://github-redirect.dependabot.com/sloria/webargs/issues/330) from sloria/marshmallow_3.0.0rc1_compat - [`85f95c8`](https://github.com/sloria/webargs/commit/85f95c8c0538cdd4c96d8f5de9a057dff93c681c) Check against 3.0.0rc1 - [`656e8e4`](https://github.com/sloria/webargs/commit/656e8e4b76ddd3a495fc5217f248f121be36b087) Fix marshmallow 3.0.0rc2 compatibility - [`af90273`](https://github.com/sloria/webargs/commit/af9027383e30dfabf12f86b8b248b48ed0fe2888) Merge pull request [#326](https://github-redirect.dependabot.com/sloria/webargs/issues/326) from jangelo/aiohttp_multiple_args - [`09649df`](https://github.com/sloria/webargs/commit/09649dfdbdb71d1673749d1e1e04ffcd1531da34) Add [**jangelo**](https://github.com/jangelo) to AUTHORS and update CHANGELOG - [`f056aeb`](https://github.com/sloria/webargs/commit/f056aebdae9df6ea099cdea4a1f77115c56553e2) Fixed bug with using multiple use_args decorators on the same aiohttp handler. - [`996732c`](https://github.com/sloria/webargs/commit/996732c584ebccc217053465b2a653f87945cdbc) Bump sphinx from 1.8.1 to 1.8.2 - [`3e2dc85`](https://github.com/sloria/webargs/commit/3e2dc859cbef08bbdc1cf215ce6909b55c8f1fa3) Update black version in blacken-docs - See full diff in [compare view](https://github.com/sloria/webargs/compare/4.1.2...4.1.3)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@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 use this milestone` will set the current milestone 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](https://app.dependabot.com): - 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[bot] commented 5 years ago

Superseded by #311.