Skip to content

Commit fc79892

Browse files
pyup.io botjettify
authored andcommitted
Scheduled weekly dependency update for week 21 (#370)
* Update pyflakes from 1.6.0 to 2.0.0 * Update pyflakes from 1.6.0 to 2.0.0 * Update pytest from 3.5.1 to 3.6.0 * Update pytest from 3.5.1 to 3.6.0 * Update pytest from 3.5.1 to 3.6.0 * Update aiohttp-session from 2.3.0 to 2.5.1 * Update aiohttp from 3.1.3 to 3.2.1 * Update aiomysql from 0.0.14 to 0.0.15 * Update aiopg from 0.13.2 to 0.14.0 * Update motor from 1.2.1 to 1.2.2 * Update python-dateutil from 2.7.2 to 2.7.3 * Update pymysql from 0.8.0 to 0.8.1
1 parent 63f3e8d commit fc79892

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

demos/blog/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyflakes==1.6.0
1+
pyflakes==2.0.0
22
pep8==1.7.1
3-
pytest==3.5.1
3+
pytest==3.6.0
44
ipdb==0.11
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyflakes==1.6.0
1+
pyflakes==2.0.0
22
pep8==1.7.1
3-
pytest==3.5.1
3+
pytest==3.6.0
44
ipdb==0.11

requirements-dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
aiohttp-jinja2==1.0.0
22
aiohttp-security==0.2.0
3-
aiohttp-session==2.3.0
4-
aiohttp==3.1.3
5-
aiomysql==0.0.14
6-
aiopg==0.13.2
3+
aiohttp-session==2.5.1
4+
aiohttp==3.2.1
5+
aiomysql==0.0.15
6+
aiopg==0.14.0
77
coverage==4.5.1
88
docker==3.3.0
99
flake8==3.5.0
1010
ipdb==0.11
11-
motor==1.2.1
11+
motor==1.2.2
1212
pytest-cov==2.5.1
1313
pytest-sugar==0.9.1
14-
pytest==3.5.1
15-
python-dateutil==2.7.2
14+
pytest==3.6.0
15+
python-dateutil==2.7.3
1616
sqlalchemy==1.2.7
1717
trafaret==2.0.0a1
18-
pymysql==0.8.0
18+
pymysql==0.8.1
1919
-r requirements-doc.txt

0 commit comments

Comments
 (0)