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

build(deps): bump uvloop from 0.14.0 to 0.15.0 #192

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2021

Bumps uvloop from 0.14.0 to 0.15.0.

Release notes

Sourced from uvloop's releases.

v0.15.0

New Features

  • Add name keyword argument to loop.create_task() (by @fantix in d51ce367 for #309)

  • Add typing support (by @bryanforbes in 9426e2b1, for #358)

Bug Fixes

  • SSL: many improvements (by @fantix in 6476aad6, 8beacd26, 98e113ee, ae44ec2d, @asvetlov in 9bc4a204)

  • Fix KeyboardInterrupt handling logic (by @1st1 in c32c7039 for #295, @jack1142 in 8c471f82 for #337)

  • Python 3.8/3.9 compatibility fixes, drop support for 3.5/3.6 (by @jack1142 in 28702195 for #314, @achimnol in 0d14ec64 for #328, @aeros in 6ef69a79 for #349, @shadchin in 1fd90665, @fantix in 465717fd, 200e1404, afc3ee8f, cdd2218f, b7048b94)

  • UDP: multiple bug fixes (by @fantix in 1d9267af for #319, 9e017e6e for #304, 506a2aa1)

  • Pipe: a critical crash fix that affects subprocess, pipe and socketpair (by @fantix in 5d41af80 and @tardyp in c3929720 for #311 #312 #317)

  • Restore context on protocol callbacks (by @versusvoid in 7b202ccf for #305, @fantix in f691212b)

  • Subprocess: stdio bug fixes (by @fantix in 8cdb3002 for #136, @lovasoa in 68db1a23 for #363)

  • Sock: fix issue in sock_connect() for large concurrency (by @fantix in fe3d0281 for #378)

  • Misc fixes about docs URL, test typo, and CI compatibility (by @asfaltboy in 38105305, @felixonmars in fcb37350, @fantix in 6596685a)

Build

  • Check Cython version semantically (by @YoSTEALTH in 5dc299b7)

  • Add .flake8 to distribution tarball (by @jlaine in e8eb5026 for #330)

  • Switch to Github actions (by @elprans in 3be8967e, e21ceea0, @fantix in 311997ed)

  • Bump libuv to v1.40.0

... (truncated)

Commits
  • 513ff14 Bump the version to 0.15.0
  • e955017 Remove import tests for testinstalled
  • 2090537 Workaround Github Action issue
  • 6596685 Remove deprecated setup.py test
  • 9426e2b Add typings (#366)
  • fe3d028 Fix future issue in sock_connect()
  • 8cdb300 Use FD=0/1/2 for subprocess(stdio=None)
  • 8c471f8 Don't stop the loop in run_until_complete() on SystemExit and `KeyboardIn...
  • b7048b9 Fix examples for Python 3.10
  • 68db1a2 Add a regression test for large stderr reading
  • 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 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)

Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](MagicStack/uvloop@v0.14.0...v0.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 15, 2021
@rohanpm rohanpm merged commit f19ac7d into master Feb 15, 2021
@dependabot dependabot bot deleted the dependabot/pip/uvloop-0.15.0 branch February 15, 2021 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant