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.0 to 3.5.1 #52

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps aiohttp from 3.5.0 to 3.5.1.

Release notes *Sourced from [aiohttp's releases](https://github.com/aio-libs/aiohttp/releases).* > ## aiohttp 3.5.1 bugfix release > Changes > ======= > > - Fix a regression about `ClientSession._requote_redirect_url` modification in debug > mode.
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 - [`e297851`](https://github.com/aio-libs/aiohttp/commit/e29785191158fb7503be5cf9a43f7f7c3119eb76) Bump to 3.5.1 - See full diff in [compare view](https://github.com/aio-libs/aiohttp/compare/v3.5.0...v3.5.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.


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.