Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Update uvloop to 0.11.0 (#82)
Browse files Browse the repository at this point in the history
This PR updates [uvloop](https://pypi.org/project/uvloop) from **0.10.1** to **0.11.0**.



<details>
  <summary>Changelog</summary>
  
  
   ### 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&#39;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)
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/uvloop
  - Changelog: https://pyup.io/changelogs/uvloop/
  - Repo: http://github.com/MagicStack/uvloop
</details>
  • Loading branch information
pyup-bot authored and kornicameister committed Jul 15, 2018
1 parent 1abd021 commit 1809cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1809cc6

Please sign in to comment.