JamesIves / discord-wow-armory-bot

⚔️🗡️ World of Warcraft bot for Discord which checks a characters item level, notable achievements and pve/pvp progression and posts it in the chat.
https://jamesiv.es/python/2017/07/18/discord-wow-bot
MIT License
33 stars 25 forks source link

Bump aiohttp from 3.5.4 to 3.6.0 #67

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps aiohttp from 3.5.4 to 3.6.0.

Release notes *Sourced from [aiohttp's releases](https://github.com/aio-libs/aiohttp/releases).* > ## aiohttp 3.6.0 release > 3.6.0 (2019-09-06) > ================== > > Features > -------- > > - Add support for Named Pipes (Site and Connector) under Windows. This feature requires Proactor event loop to work. > `[#3629](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3629) `_ > - Removed `Transfer-Encoding: chunked` header from websocket responses to be compatible with more http proxy servers. > `[#3798](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3798) `_ > - Accept non-GET request for starting websocket handshake on server side. > `[#3980](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3980) `_ > > > Bugfixes > -------- > > - Raise a ClientResponseError instead of an AssertionError for a blank > HTTP Reason Phrase. > `[#3532](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3532) `_ > - Fix an issue where cookies would sometimes not be set during a redirect. > `[#3576](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3576) `_ > - Change normalize_path_middleware to use 308 redirect instead of 301. > > This behavior should prevent clients from being unable to use PUT/POST > methods on endpoints that are redirected because of a trailing slash. > `[#3579](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3579) `_ > - Drop the processed task from ``all_tasks()`` list early. It prevents logging about a task with unhandled exception when the server is used in conjunction with ``asyncio.run()``. > `[#3587](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3587) `_ > - ``Signal`` type annotation changed from `Signal[Callable[['TraceConfig'], Awaitable[None]]]` to `Signal[Callable[ClientSession, SimpleNamespace, ...]`. > `[#3595](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3595) `_ > - Use sanitized URL as Location header in redirects > `[#3614](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3614) `_ > - Improve typing annotations for multipart.py along with changes required > by mypy in files that references multipart.py. > `[#3621](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3621) `_ > - Close session created inside ``aiohttp.request`` when unhandled exception occurs > `[#3628](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3628) `_ > - Cleanup per-chunk data in generic data read. Memory leak fixed. > `[#3631](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3631) `_ > - Use correct type for add_view and family > `[#3633](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3633) `_ > - Fix _keepalive field in __slots__ of ``RequestHandler``. > `[#3644](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3644) `_ > - Properly handle ConnectionResetError, to silence the "Cannot write to closing > transport" exception when clients disconnect uncleanly. > `[#3648](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3648) `_ > - Suppress pytest warnings due to ``test_utils`` classes > `[#3660](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3660) `_ > ... (truncated)
Changelog *Sourced from [aiohttp's changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst).* > 3.6.0 (2019-09-06) > ================== > > Features > -------- > > - Add support for Named Pipes (Site and Connector) under Windows. This feature requires Proactor event loop to work. [\#3629](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3629) > - Removed Transfer-Encoding: chunked header from websocket responses to be compatible with more http proxy servers. [\#3798](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3798) > - Accept non-GET request for starting websocket handshake on server side. [\#3980](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3980) > > Bugfixes > -------- > > - Raise a ClientResponseError instead of an AssertionError for a blank HTTP Reason Phrase. [\#3532](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3532) > - Fix an issue where cookies would sometimes not be set during a redirect. [\#3576](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3576) > - Change normalize\_path\_middleware to use 308 redirect instead of 301. > > This behavior should prevent clients from being unable to use PUT/POST methods on endpoints that are redirected because of a trailing slash. [\#3579](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3579) > - Drop the processed task from `all_tasks()` list early. It prevents logging about a task with unhandled exception when the server is used in conjunction with `asyncio.run()`. [\#3587](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3587) > - `Signal` type annotation changed from Signal\[Callable\[\['TraceConfig'\], Awaitable\[None\]\]\] to Signal\[Callable\[ClientSession, SimpleNamespace, ...\]. [\#3595](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3595) > - Use sanitized URL as Location header in redirects [\#3614](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3614) > - Improve typing annotations for multipart.py along with changes required by mypy in files that references multipart.py. [\#3621](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3621) > - Close session created inside `aiohttp.request` when unhandled exception occurs [\#3628](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3628) > - Cleanup per-chunk data in generic data read. Memory leak fixed. [\#3631](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3631) > - Use correct type for add\_view and family [\#3633](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3633) > - Fix \_keepalive field in \_\_slots\_\_ of `RequestHandler`. [\#3644](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3644) > - Properly handle ConnectionResetError, to silence the "Cannot write to closing transport" exception when clients disconnect uncleanly. [\#3648](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3648) > - Suppress pytest warnings due to `test_utils` classes [\#3660](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3660) > - Fix overshadowing of overlapped sub-application prefixes. [\#3701](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3701) > - Fixed return type annotation for WSMessage.json() [\#3720](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3720) > - Properly expose TooManyRedirects publicly as documented. [\#3818](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3818) > - Fix missing brackets for IPv6 in proxy CONNECT request [\#3841](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3841) > - Make the signature of aiohttp.test\_utils.TestClient.request match asyncio.ClientSession.request according to the docs [\#3852](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3852) > - Use correct style for re-exported imports, makes mypy `--strict` mode happy. [\#3868](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3868) > - Fixed type annotation for add\_view method of UrlDispatcher to accept any subclass of View [\#3880](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3880) > - Made cython HTTP parser set Reason-Phrase of the response to an empty string if it is missing. [\#3906](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3906) > - Add URL to the string representation of ClientResponseError. [\#3959](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3959) > - Accept `istr` keys in `LooseHeaders` type hints. [\#3976](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3976) > - Fixed race conditions in \_resolve\_host caching and throttling when tracing is enabled. [\#4013](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4013) > - For URLs like "unix://localhost/..." set Host HTTP header to "localhost" instead of "localhost:None". [\#4039](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4039) > > Improved Documentation > ---------------------- > > - Modify documentation for Background Tasks to remove deprecated usage of event loop. [\#3526](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3526) > - use `if __name__ == '__main__':` in server examples. [\#3775](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3775) > - Update documentation reference to the default access logger. [\#3783](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3783) > - Improve documentation for `web.BaseRequest.path` and `web.BaseRequest.raw_path`. [\#3791](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3791) > - Removed deprecation warning in tracing example docs [\#3964](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3964) > > ... (truncated)
Commits - [`b33540c`](https://github.com/aio-libs/aiohttp/commit/b33540cafa432503baa517d0fd76abf67b647598) Fix spelling - [`dc90900`](https://github.com/aio-libs/aiohttp/commit/dc90900df11ff3336bb70154cedeabaf39b65534) Fix spelling - [`02cefe1`](https://github.com/aio-libs/aiohttp/commit/02cefe19a79c92245a2c7183fa848f84ab814b10) Bump to 3.6.0 - [`5f46876`](https://github.com/aio-libs/aiohttp/commit/5f468765c4bf9d08fa1ee5368208358bff58e743) [3.6] Fix [#4039](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4039): Don't set Host header to host:None if port is not provided (... - [`0464f8a`](https://github.com/aio-libs/aiohttp/commit/0464f8af86283a64cc5911ee3a798a36aaceddd5) Release 3.6b0 - [`72e01aa`](https://github.com/aio-libs/aiohttp/commit/72e01aa6aa8f2983dcf3fb89add0484d12deaf8f) Handle ConnectionError in streamed responses - [`f189e8c`](https://github.com/aio-libs/aiohttp/commit/f189e8c639bbcf89ab0d6f0185248292192e3ff9) [3.6] Fix [#4013](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4013) _resolve_host race conditions ([#4014](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4014)) ([#4030](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4030)) - [`c61d2d2`](https://github.com/aio-libs/aiohttp/commit/c61d2d23f6b3f1472d2298f6e7c22407bbcd2bf8) [3.6] Fix overshadowing of overlapped subapp prefixes ([#3701](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3701)). ([#3708](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3708)) ([#4027](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4027)) - [`6e34a40`](https://github.com/aio-libs/aiohttp/commit/6e34a401f93d39bd6f5682a7f330c9dabc25eb27) Bump pytest from 5.1.1 to 5.1.2 ([#4025](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4025)) - [`0929934`](https://github.com/aio-libs/aiohttp/commit/0929934c570a1e370434741a9940c27eb806e16a) [3.6] Fixes [#3852](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3852) - aiohttp.test_utils.TestClient should return a _RequestCon... - Additional commits viewable in [compare view](https://github.com/aio-libs/aiohttp/compare/v3.5.4...v3.6.0)


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) - `@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 #68.