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.2 #69

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps aiohttp from 3.5.4 to 3.6.2.

Release notes *Sourced from [aiohttp's releases](https://github.com/aio-libs/aiohttp/releases).* > ## aiohttp 3.6.2 release > It contains several bufixes. > > Changes > ------------ > > Features > -------- > > - Made exceptions pickleable. Also changed the repr of some exceptions. > `[#4077](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4077) `_ > - Use ``Iterable`` type hint instead of ``Sequence`` for ``Application`` *middleware* > parameter. `[#4125](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4125) `_ > > > Bugfixes > -------- > > - Reset the ``sock_read`` timeout each time data is received for a > ``aiohttp.ClientResponse``. `[#3808](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3808) > `_ > - Fix handling of expired cookies so they are not stored in CookieJar. > `[#4063](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4063) `_ > - Fix misleading message in the string representation of ``ClientConnectorError``; > ``self.ssl == None`` means default SSL context, not SSL disabled `[#4097](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4097) > `_ > - Don't clobber HTTP status when using FileResponse. > `[#4106](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4106) `_ > > > Improved Documentation > ---------------------- > > - Added minimal required logging configuration to logging documentation. > `[#2469](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/2469) `_ > - Update docs to reflect proxy support. > `[#4100](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4100) `_ > - Fix typo in code example in testing docs. > `[#4108](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4108) `_ > > > Misc > ---- > > - `[#4102](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4102) `_ > > > ## v3.6.2a2 > No release notes provided. > > ... (truncated)
Changelog *Sourced from [aiohttp's changelog](https://github.com/aio-libs/aiohttp/blob/v3.6.2/CHANGES.rst).* > 3.6.2 (2019-10-09) > ================== > > Features > -------- > > - Made exceptions pickleable. Also changed the repr of some exceptions. [\#4077](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4077) > - Use `Iterable` type hint instead of `Sequence` for `Application` *middleware* parameter. [\#4125](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4125) > > Bugfixes > -------- > > - Reset the `sock_read` timeout each time data is received for a `aiohttp.ClientResponse`. [\#3808](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3808) > - Fix handling of expired cookies so they are not stored in CookieJar. [\#4063](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4063) > - Fix misleading message in the string representation of `ClientConnectorError`; `self.ssl == None` means default SSL context, not SSL disabled [\#4097](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4097) > - Don't clobber HTTP status when using FileResponse. [\#4106](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4106) > > Improved Documentation > ---------------------- > > - Added minimal required logging configuration to logging documentation. [\#2469](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/2469) > - Update docs to reflect proxy support. [\#4100](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4100) > - Fix typo in code example in testing docs. [\#4108](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4108) > > Misc > ---- > > - [\#4102](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4102) > > ------------------------------------------------------------------------ > > 3.6.1 (2019-09-19) > ================== > > Features > -------- > > - Compatibility with Python 3.8. [\#4056](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4056) > > Bugfixes > -------- > > - correct some exception string format [\#4068](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4068) > - Emit a warning when `ssl.OP_NO_COMPRESSION` is unavailable because the runtime is built against an outdated OpenSSL. [\#4052](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4052) > - Update multidict requirement to >= 4.5 [\#4057](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4057) > > Improved Documentation > ---------------------- > > - Provide pytest-aiohttp namespace for pytest fixtures in docs. [\#3723](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3723) > ... (truncated)
Commits - [`6a5ab96`](https://github.com/aio-libs/aiohttp/commit/6a5ab96bd9cb404b4abfd5160fe8f34a29d941e5) Bump to 3.6.2 - [`3da9a53`](https://github.com/aio-libs/aiohttp/commit/3da9a534441640ecfe1f93d691a5200308ec9088) Bump to 3.6.2a2 - [`3891c99`](https://github.com/aio-libs/aiohttp/commit/3891c9965e13e239505d972bafbfc076cc0f0fba) Use improved tag selector in build trigger - [`d10927c`](https://github.com/aio-libs/aiohttp/commit/d10927c116843509d68ade998e38f710dfb6d4df) Bump to 3.6.2a1 - [`388c65b`](https://github.com/aio-libs/aiohttp/commit/388c65b49c3d80ad5dd718ab3068b74a0e9941a2) Backport azure ([#4159](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4159)) - [`53f0eeb`](https://github.com/aio-libs/aiohttp/commit/53f0eebf35b448be4da2d4c8f72f3d4ea5622902) [3.6] Reset the sock_read timeout when data arrives ([#4142](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4142)) ([#4143](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4143)) - [`67e3130`](https://github.com/aio-libs/aiohttp/commit/67e3130beab704737d77abeaae87441284e4350f) [3.6] Bump pytest from 5.2.0 to 5.2.1 ([#4151](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4151)) - [`5227757`](https://github.com/aio-libs/aiohttp/commit/5227757b525eb3ea03ddbf7dc671f81b7aaf6796) [3.6] Bump pytest-cov from 2.8.0 to 2.8.1 ([#4149](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4149)) - [`217aece`](https://github.com/aio-libs/aiohttp/commit/217aece924ec48c29cba7f1cfd26913210ecfee7) [3.6] Bump pytest-mock from 1.11.0 to 1.11.1 ([#4147](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4147)) - [`5742913`](https://github.com/aio-libs/aiohttp/commit/57429139545d4a2ebbc1eeb22d1d6de0190d9e1a) [3.6] Bump pytest-cov from 2.7.1 to 2.8.0 ([#4144](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/4144)) - Additional commits viewable in [compare view](https://github.com/aio-libs/aiohttp/compare/v3.5.4...v3.6.2)


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