Skip to content

Commit 7cb31bc

Browse files
committed
Bump Cython & uvloop deps
1 parent edde3ff commit 7cb31bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
from setuptools.command import sdist as setuptools_sdist
2828

2929

30-
CYTHON_DEPENDENCY = 'Cython==0.29'
30+
CYTHON_DEPENDENCY = 'Cython==0.29.14'
3131

3232
# Minimal dependencies required to test asyncpg.
3333
TEST_DEPENDENCIES = [
3434
'flake8~=3.5.0',
35-
'uvloop~=0.12.0;platform_system!="Windows"',
35+
'uvloop~=0.14.0;platform_system!="Windows"',
3636
]
3737

3838
# Dependencies required to build documentation.

0 commit comments

Comments
 (0)