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.2 to 3.5.3 #54

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps aiohttp from 3.5.2 to 3.5.3.

Changelog *Sourced from [aiohttp's changelog](https://github.com/aio-libs/aiohttp/blob/master/HISTORY.rst).* > 3.4.4 (2018-09-05) > ================== > > - Fix installation from sources when compiling toolkit is not available (`#3241 `_) > > 3.4.3 (2018-09-04) > ================== > > - Add ``app.pre_frozen`` state to properly handle startup signals in sub-applications. (`#3237 `_) > > > 3.4.2 (2018-09-01) > ================== > > - Fix ``iter_chunks`` type annotation (`#3230 `_) > > 3.4.1 (2018-08-28) > ================== > > - Fix empty header parsing regression. (`#3218 `_) > - Fix BaseRequest.raw_headers doc. (`#3215 `_) > - Fix documentation building on ReadTheDocs (`#3221 `_) > > > 3.4.0 (2018-08-25) > ================== > > Features > -------- > > - Add type hints (`#3049 `_) > - Add ``raise_for_status`` request parameter (`#3073 `_) > - Add type hints to HTTP client (`#3092 `_) > - Minor server optimizations (`#3095 `_) > - Preserve the cause when `HTTPException` is raised from another exception. (`#3096 `_) > - Add `close_boundary` option in `MultipartWriter.write` method. Support streaming (`#3104 `_) > - Added a ``remove_slash`` option to the ``normalize_path_middleware`` factory. (`#3173 `_) > - The class `AbstractRouteDef` is importable from `aiohttp.web`. (`#3183 `_) > > > Bugfixes > -------- > > - Prevent double closing when client connection is released before the > last ``data_received()`` callback. (`#3031 `_) > - Make redirect with `normalize_path_middleware` work when using url encoded paths. (`#3051 `_) > - Postpone web task creation to connection establishment. (`#3052 `_) > - Fix ``sock_read`` timeout. (`#3053 `_) > - When using a server-request body as the `data=` argument of a client request, iterate over the content with `readany` instead of `readline` to avoid `Line too long` errors. (`#3054 `_) > - fix `UrlDispatcher` has no attribute `add_options`, add `web.options` (`#3062 `_) > ... (truncated)
Commits - [`99335f4`](https://github.com/aio-libs/aiohttp/commit/99335f4224c5fa74a43490835c63dc19b914b458) Bump to 3.5.3 - [`587da16`](https://github.com/aio-libs/aiohttp/commit/587da1655eda47a8eec126207d592b238465b0ed) [3.5] Send custom per-request cookies even if session jar is empty ([#3515](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3515)) (#... - [`4cf59e5`](https://github.com/aio-libs/aiohttp/commit/4cf59e5c89ffa3b2277499436113da4b4893738f) [3.5] Fix aiohttp.ClientTimeout type annotations to accept None for fields (#... - [`4cf36a3`](https://github.com/aio-libs/aiohttp/commit/4cf36a323dcde1216e938dad6986f9ac1f3d9a02) [3.5] Allow run_app(access_log=None) ([#3504](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3504)) ([#3510](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3510)) - [`3f3186d`](https://github.com/aio-libs/aiohttp/commit/3f3186dc4563cb1ca1b516e606be46c8a30927f2) [3.5] Skip SSL tests on Linux-32 ([#3506](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3506)) ([#3509](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3509)) - See full diff in [compare view](https://github.com/aio-libs/aiohttp/compare/v3.5.2...v3.5.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.


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.