Skip to content

Commit 862296f

Browse files
authored
Scheduled biweekly dependency update for week 22 (#418)
* Update asyncpgsa from 0.26.1 to 0.26.3 * Update ipython from 7.14.0 to 7.15.0 * Update pytest-cov from 2.8.1 to 2.9.0 * Update tox from 3.15.0 to 3.15.1 * Update virtualenv from 20.0.20 to 20.0.21
1 parent e93e2d6 commit 862296f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aiohttp==3.6.2
55
aioredis==1.3.1
66
alembic==1.4.2
77
apscheduler==3.6.3
8-
asyncpgsa==0.26.1
8+
asyncpgsa==0.26.3
99
gunicorn==20.0.4
1010
marshmallow==3.6.0
1111
sentry-sdk==0.14.4

requirements/development.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r testing.txt
22

3-
ipython==7.14.0
3+
ipython==7.15.0

requirements/testing.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
black==19.10b0
44
pylint==2.5.2
55
pytest==5.4.2
6-
pytest-cov==2.8.1
6+
pytest-cov==2.9.0
77
pytest-aiohttp==0.3.0
8-
tox==3.15.0
8+
tox==3.15.1
99
mypy==0.770
1010
asynctest==0.13.0
11-
virtualenv==20.0.20
11+
virtualenv==20.0.21

0 commit comments

Comments
 (0)