aio-libs / sockjs

SockJS Server
Apache License 2.0
118 stars 40 forks source link

Bump multidict from 4.7.0 to 4.7.1 #319

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps multidict from 4.7.0 to 4.7.1.

Changelog *Sourced from [multidict's changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst).* > 4.7.1 (2019-12-12) > ================== > > Bugfixes > -------- > > - CIMultiDictProxy.copy return object type multidict.\_multidict.CIMultiDict [\#427](https://github-redirect.dependabot.com/aio-libs/multidict/issues/427) > - Make CIMultiDict subclassable again [\#416](https://github-redirect.dependabot.com/aio-libs/multidict/issues/416) > - Fix regression, multidict can be constructed from arbitrary iterable of pairs again. [\#418](https://github-redirect.dependabot.com/aio-libs/multidict/issues/418) > - CIMultiDict.add may be called with keyword arguments [\#421](https://github-redirect.dependabot.com/aio-libs/multidict/issues/421) > > Improved Documentation > ---------------------- > > - Mention `MULTIDICT_NO_EXTENSIONS` environment variable in docs. [\#393](https://github-redirect.dependabot.com/aio-libs/multidict/issues/393) > - Document the fact that `istr` preserves the casing of argument untouched but uses internal lower-cased copy for keys comparison. [\#419](https://github-redirect.dependabot.com/aio-libs/multidict/issues/419) > > ------------------------------------------------------------------------
Commits - [`050f3c4`](https://github.com/aio-libs/multidict/commit/050f3c4aebd93b0398be660f516b05e98b5353f5) Cleanup setup.py - [`2f90390`](https://github.com/aio-libs/multidict/commit/2f90390105297087484cfae6f2340a0ec2bb83aa) Update CHANGES - [`c79795e`](https://github.com/aio-libs/multidict/commit/c79795eee610a146d62547391ebe76b4d55350d7) Fix return type for MultiDictProxy.copy ([#428](https://github-redirect.dependabot.com/aio-libs/multidict/issues/428)) - [`1de9778`](https://github.com/aio-libs/multidict/commit/1de9778915f9f96ac0957b8693688e4454cfc767) Bump to 4.7.1 - [`5827fad`](https://github.com/aio-libs/multidict/commit/5827fad733ff3e8d6609fbe62333b3551667332c) Mention MULTIDICT_NO_EXTENSIONS environment variable in docs. ([#426](https://github-redirect.dependabot.com/aio-libs/multidict/issues/426)) - [`1a0dfcc`](https://github.com/aio-libs/multidict/commit/1a0dfcc8cc87af345b95057a60e31065805a80cf) Document that istr doesn't title-case the argument anymore ([#425](https://github-redirect.dependabot.com/aio-libs/multidict/issues/425)) - [`96100aa`](https://github.com/aio-libs/multidict/commit/96100aa2b9ce5a3b8d6623f37008f6382cb99128) Fix work with naming argument in method add ([#422](https://github-redirect.dependabot.com/aio-libs/multidict/issues/422)) - [`68a7303`](https://github.com/aio-libs/multidict/commit/68a7303b0192ef4c0dcc8003d3aa1b8181db860f) Fix regression ([#420](https://github-redirect.dependabot.com/aio-libs/multidict/issues/420)) - [`eb6fb0c`](https://github.com/aio-libs/multidict/commit/eb6fb0cdab109d18b905e1537e9ada46b1e70941) Add test for subclassing - [`0633420`](https://github.com/aio-libs/multidict/commit/06334203bc46775e40f9484fc6c2258306655e1f) Update whitelist - Additional commits viewable in [compare view](https://github.com/aio-libs/multidict/compare/v4.7.0...v4.7.1)


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 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) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 4 years ago

Codecov Report

Merging #319 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #319   +/-   ##
=======================================
  Coverage   75.05%   75.05%           
=======================================
  Files          15       15           
  Lines         850      850           
  Branches      122      122           
=======================================
  Hits          638      638           
  Misses        177      177           
  Partials       35       35

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e6a0c2...2ae69af. Read the comment docs.