We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c406d7 commit 96bd689Copy full SHA for 96bd689
1 file changed
requirements_dev.txt
@@ -4,12 +4,12 @@ pip==18.1 # pyup: update minor
4
bumpversion==0.5.3 # pyup: update minor
5
wheel==0.32.2 # pyup: update minor
6
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"
+psycopg2-binary==2.7.6.1 # pyup: update minor
+sanic==0.8.3 # pyup: update minor
+aiohttp==3.4.4 # pyup: update minor
+tornado==4.5.3 # pyup: update minor
+async_generator==1.10 # pyup: update minor
+quart==0.6.10;python_version>="3.6" # pyup: update minor
13
14
# tests
15
coverage==4.5.1 # pyup: update minor
0 commit comments