Skip to content

Commit e3b0ccb

Browse files
committed
fix aiohttp in requirements_dev.txt
python_version doesn't contain patch version
1 parent 7a1094a commit e3b0ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ wheel==0.33.0 # pyup: update minor
66
cryptography==2.7 # pyup: update minor
77
psycopg2-binary==2.8.1 # pyup: update minor
88
sanic==19.3.1;python_version>="3.6" # pyup: update minor
9-
aiohttp==3.6.0;python_version>="3.5.3" # pyup: update minor
9+
aiohttp==3.6.0;python_full_version>="3.5.3" # pyup: update minor
1010
tornado==6.0 # pyup: update minor
1111
async_generator==1.10 # pyup: update minor
1212
quart==0.10.0;python_version>="3.7" # pyup: update minor

0 commit comments

Comments
 (0)