From 1809cc6f6926ae18a8cc7d4a9b8bc9db7a12f5b0 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 15 Jul 2018 21:55:06 +0200 Subject: [PATCH] Update uvloop to 0.11.0 (#82) This PR updates [uvloop](https://pypi.org/project/uvloop) from **0.10.1** to **0.11.0**.
Changelog ### 0.10.2 ``` Bug Fixes * Use a proper type for the thread indent (fixes 32-bit build for 3.7.) (by 1st1 in 700582a9 for 172) * Fix cancellation race in `loop.sock_recv()` and `loop.sock_recv_into()` methods. (by andr-04 and 1st1 in 298851bf for 169) * Sync SSL error messages with CPython's SSL implementation. (by 1st1 in c3aeff2a) * Fix `SSLTransport.abort()` to mark the transport as closed. (by 1st1 in ba25d8be) * Detect if libuv submodule has not been checked out in `setup.py`. (by 1st1 in dd8060d2) ```
Links - PyPI: https://pypi.org/project/uvloop - Changelog: https://pyup.io/changelogs/uvloop/ - Repo: http://github.com/MagicStack/uvloop
--- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ea004c..99ba088 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==6.7 six==1.11.0 firebase-admin==2.11.0 -uvloop==0.10.1 +uvloop==0.11.0 aiohttp==3.3.2 cchardet==2.1.1 aiodns==1.1.1