Skip to content

Commit d4c1b0f

Browse files
committed
Bump Cython and uvloop in .ci/requirements.txt
1 parent c83ad94 commit d4c1b0f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.ci/appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ branches:
2626

2727
install:
2828
- "%PYTHON% -m pip install --upgrade pip wheel setuptools"
29-
- "%PYTHON% -m pip install -r .ci/requirements-win.txt"
29+
- "%PYTHON% -m pip install --upgrade -r .ci/requirements-win.txt"
3030

3131
build_script:
3232
- "%PYTHON% setup.py build_ext --inplace"

.ci/requirements-win.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cython>=0.24
1+
cython>=0.27.2
22
tinys3

.ci/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cython>=0.24
1+
cython>=0.27.2
22
flake8>=3.4.1
3-
uvloop>=0.5.0
3+
uvloop>=0.8.0
44
tinys3
55
twine

.ci/travis-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ fi
1010

1111
pip install --upgrade pip wheel
1212
pip install --upgrade setuptools
13-
pip install -r .ci/requirements.txt
13+
pip install --upgrade -r .ci/requirements.txt

0 commit comments

Comments
 (0)