Skip to content

Commit 8c1c891

Browse files
authored
Scheduled biweekly dependency update for week 24 (#419)
* Update marshmallow from 3.6.0 to 3.6.1 * Update pylint from 2.5.2 to 2.5.3 * Update pytest from 5.4.2 to 5.4.3 * Update pytest-cov from 2.9.0 to 2.10.0 * Update tox from 3.15.1 to 3.15.2 * Update mypy from 0.770 to 0.780 * Update virtualenv from 20.0.21 to 20.0.23
1 parent 862296f commit 8c1c891

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ alembic==1.4.2
77
apscheduler==3.6.3
88
asyncpgsa==0.26.3
99
gunicorn==20.0.4
10-
marshmallow==3.6.0
10+
marshmallow==3.6.1
1111
sentry-sdk==0.14.4
1212
slack-sansio==1.1.0
1313
psycopg2-binary==2.8.5

requirements/testing.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-r base.txt
22

33
black==19.10b0
4-
pylint==2.5.2
5-
pytest==5.4.2
6-
pytest-cov==2.9.0
4+
pylint==2.5.3
5+
pytest==5.4.3
6+
pytest-cov==2.10.0
77
pytest-aiohttp==0.3.0
8-
tox==3.15.1
9-
mypy==0.770
8+
tox==3.15.2
9+
mypy==0.780
1010
asynctest==0.13.0
11-
virtualenv==20.0.21
11+
virtualenv==20.0.23

0 commit comments

Comments
 (0)