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 1.0.5 to 3.4.4 #46

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps aiohttp from 1.0.5 to 3.4.4.

Release notes *Sourced from [aiohttp's releases](https://github.com/aio-libs/aiohttp/releases).* > ## aiohttp 3.4.4 bugfix release > Changes > -------------- > > - Fix installation from sources when compiling toolkit is not available (`#3241 `_) > > ## aiohttp 3.4.3 bufgix release > Changes > ---------------- > > - Add ``app.pre_frozen`` state to properly handle startup signals in sub-applications. (`#3237 `_) > > > ## aiohttp 3.4.2 bugfix release > Changes > ------------- > > - Fix ``iter_chunks`` type annotation (`#3230 `_) > > ## aiohttp 3.4.1 bugfix release > Fixed regressions for HTTP headers processing and documentation publishing > > Changes > ========== > > - Fix empty header parsing regression. (`#3218 `_) > - Fix BaseRequest.raw_headers doc. (`#3215 `_) > - Fix documentation building on ReadTheDocs (`#3221 `_) > > ## aiohttp 3.4.0 release > Changes > ======== > > > 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 > -------- > > ... (truncated)
Changelog *Sourced from [aiohttp's changelog](https://github.com/aio-libs/aiohttp/blob/master/HISTORY.rst).* > > > 3.3.2 (2018-06-12) > ================== > > - Many HTTP proxies has buggy keepalive support. Let's not reuse connection but > close it after processing every response. (`#3070 `_) > > - Provide vendor source files in tarball (`#3076 `_) > > > 3.3.1 (2018-06-05) > ================== > > - 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 `_) > > > 3.3.0 (2018-06-01) > ================== > > Features > -------- > > - Raise ``ConnectionResetError`` instead of ``CancelledError`` on trying to > write to a closed stream. (`#2499 `_) > - Implement ``ClientTimeout`` class and support socket read timeout. (`#2768 `_) > - Enable logging when ``aiohttp.web`` is used as a program (`#2956 `_) > - Add canonical property to resources (`#2968 `_) > - Forbid reading response BODY after release (`#2983 `_) > - Implement base protocol class to avoid a dependency from internal > ``asyncio.streams.FlowControlMixin`` (`#2986 `_) > - Cythonize ``[**helpers**](https://github.com/helpers).reify``, 5% boost on macro benchmark (`#2995 `_) > - Optimize HTTP parser (`#3015 `_) > - Implement ``runner.addresses`` property. (`#3036 `_) > - Use ``bytearray`` instead of a list of ``bytes`` in websocket reader. It > improves websocket message reading a little. (`#3039 `_) > - Remove heartbeat on closing connection on keepalive timeout. The used hack > violates HTTP protocol. (`#3041 `_) > - Limit websocket message size on reading to 4 MB by default. (`#3045 `_) > > > Bugfixes > -------- > > - Don't reuse a connection with the same URL but different proxy/TLS settings > (`#2981 `_) > - When parsing the Forwarded header, the optional port number is now preserved. > ... (truncated)
Commits - [`fd335f2`](https://github.com/aio-libs/aiohttp/commit/fd335f2d597208e95bc86732cf93edbc8fa379ef) Bump to 3.4.4 - [`c74c945`](https://github.com/aio-libs/aiohttp/commit/c74c945889c7e49ab9a5d5a2beba0faa2327b0da) Bump to 3.4.3 - [`b4b8cc9`](https://github.com/aio-libs/aiohttp/commit/b4b8cc9a33006085ccac145207b375ed4534722f) Add app.pre_frozen state ([#3237](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3237)) - [`905b280`](https://github.com/aio-libs/aiohttp/commit/905b280bdc282503e5fac89e44fb444cf025bdad) Fix wording in CHANGELOG - [`3ddd91c`](https://github.com/aio-libs/aiohttp/commit/3ddd91c2c89e5a31380b169bd5a26c8d641b2fc5) Fix typo - [`c8a2b6a`](https://github.com/aio-libs/aiohttp/commit/c8a2b6ad8212cbf256d55da1b5606a96f2389506) Bump to 3.4.2 - [`29e3662`](https://github.com/aio-libs/aiohttp/commit/29e366253f7bd9fad4aa7447c15ca13e1a8d311a) fix iter_chunks type hint ([#3230](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3230)) ([#3232](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3232)) - [`06438b0`](https://github.com/aio-libs/aiohttp/commit/06438b0b31192ad720f26767f41845ab280d972d) Fix grammar - [`4170d98`](https://github.com/aio-libs/aiohttp/commit/4170d981e7e013c4fed72d04b90af9f847d6f952) Postfix changelog - [`470ccd0`](https://github.com/aio-libs/aiohttp/commit/470ccd0ae1566fde8f07d8b8368f1afbc3d2cf10) Regression in parsing empty headers ([#3218](https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/3218)) - Additional commits viewable in [compare view](https://github.com/aio-libs/aiohttp/compare/v1.0.5...v3.4.4)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.
JamesIves commented 5 years ago

@dependabot-bot rebase