Skip to content

Commit 96bd689

Browse files
committed
set pyup to minor only for all depedencies
1 parent 9c406d7 commit 96bd689

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

requirements_dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ pip==18.1 # pyup: update minor
44
bumpversion==0.5.3 # pyup: update minor
55
wheel==0.32.2 # pyup: update minor
66
cryptography==2.4.1 # pyup: update minor
7-
psycopg2-binary==2.7.6.1
8-
sanic==0.8.3
9-
aiohttp==3.4.4
10-
tornado==4.5.3
11-
async_generator==1.10
12-
quart==0.6.10;python_version>="3.6"
7+
psycopg2-binary==2.7.6.1 # pyup: update minor
8+
sanic==0.8.3 # pyup: update minor
9+
aiohttp==3.4.4 # pyup: update minor
10+
tornado==4.5.3 # pyup: update minor
11+
async_generator==1.10 # pyup: update minor
12+
quart==0.6.10;python_version>="3.6" # pyup: update minor
1313

1414
# tests
1515
coverage==4.5.1 # pyup: update minor

0 commit comments

Comments
 (0)