Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aiohttp from 2.2.5 to 3.0.9 #82

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented May 22, 2018

Bumps aiohttp from 2.2.5 to 3.0.9.

Release notes

Sourced from aiohttp's releases.

aiohttp 3.0.9 release

Changes

  • Close a connection if an unexpected exception occurs while sending a request
    (#2827)

aiohttp 3.0.8 release

Changes

  • Use asyncio.current_task() on Python 3.7 (#2825)

aiohttp 3.0.7 release

Fixed previously broken SSL proxies (http proxies with upgrade to HTTPS by CONNECT method).

Changes

  • Fix SSL proxy support by client. (#2810)
  • Restore a imperative check in setup.py for python version. The check
    works in parallel to environment marker. As effect a error about unsupported
    Python versions is raised even on outdated systems with very old
    setuptools version installed. (#2813)

aiohttp 3.0.6 release

Changes

  • Add _reuse_address and _reuse_port to
    web_runner.TCPSite.__slots__. (#2792)

aiohttp 3.0.5 release

The release is pretty important, as well as bug fixes for aiohttp 3.0.4

Update to aiohttp 3.0.5 is highly recommended for aiohttp server code.

Changes

  • Fix InvalidStateError on processing a sequence of two
    RequestHandler.data_received calls on web server. (#2773)

aiohttp 3.0.4 release

Changes

  • Fix IndexError in HTTP request handling by server. (#2752)
... (truncated)
Changelog

Sourced from aiohttp's changelog.

3.0.9 (2018-03-14)

  • Close a connection if an unexpected exception occurs while sending a request
    (#2827 <https://github-redirect.dependabot.com/aio-libs/aiohttp/pull/2827>_)

3.0.8 (2018-03-12)

  • Use asyncio.current_task() on Python 3.7 (#2825 <https://github-redirect.dependabot.com/aio-libs/aiohttp/pull/2825>_)

3.0.7 (2018-03-08)

  • Fix SSL proxy support by client. (#2810 <https://github-redirect.dependabot.com/aio-libs/aiohttp/pull/2810>_)
  • Restore a imperative check in setup.py for python version. The check
    works in parallel to environment marker. As effect a error about unsupported
    Python versions is raised even on outdated systems with very old
    setuptools version installed. (#2813 <https://github-redirect.dependabot.com/aio-libs/aiohttp/pull/2813>_)

3.0.6 (2018-03-05)

  • Add _reuse_address and _reuse_port to
    web_runner.TCPSite.__slots__. (#2792 <https://github-redirect.dependabot.com/aio-libs/aiohttp/pull/2792>_)

3.0.5 (2018-02-27)

  • Fix InvalidStateError on processing a sequence of two
    RequestHandler.data_received calls on web server. (#2773 <https://github-redirect.dependabot.com/aio-libs/aiohttp/pull/2773>_)

3.0.4 (2018-02-26)

  • Fix IndexError in HTTP request handling by server. (#2752 <https://github-redirect.dependabot.com/aio-libs/aiohttp/pull/2752>_)
  • Fix MultipartWriter.append* no longer returning part/payload. (#2759 <https://github-redirect.dependabot.com/aio-libs/aiohttp/pull/2759>_)

3.0.3 (2018-02-25)

  • Relax attrs dependency to minimal actually supported version
    17.0.3 The change allows to avoid version conflicts with currently
    existing test tools.

3.0.2 (2018-02-23)

... (truncated)
Commits
  • 1e88284 Merge branch '3.0' of github.com:aio-libs/aiohttp into 3.0
  • c2573f3 Bump to 3.0.9
  • fadb699 Bump to 4.0.9
  • 1b45e57 Close a connection if an unexpected exception occurs while sending a request ...
  • c4058a4 Bump to aiohttp 3.0.8
  • 5d68740 Bump to 3.0.7
  • 59cf350 Fix #2810: Restore SSL proxy support
  • 7b400d7 Fix #2810: Restore SSL proxy support
  • b867dae Add a check for python version in parallel to environment marker (#2813)
  • e0c1110 Bump to 3.0.6
  • Additional commits viewable in compare view

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 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 (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • 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 dependabot-preview bot added the a: dependencies Related to package dependencies and management label May 22, 2018
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.2.5 to 3.0.9.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/HISTORY.rst)
- [Commits](aio-libs/aiohttp@v2.2.5...v3.0.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #94.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: dependencies Related to package dependencies and management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant