Skip to content

Commit e0a161d

Browse files
committed
Update dev dependencies
1 parent 8b24d77 commit e0a161d

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- "3.6"
77
- "3.7"
88
- "3.8"
9+
- "3.9"
910

1011
env:
1112
- SKIP_IPV6_TESTS=true

requirements-dev.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ flake8>=3.6.0
22
psutil>=5.4.8
33
pytest>=5.4.0
44
pytest-asyncio>=0.11.0
5-
trio>=0.16.0
6-
pytest-trio>=0.6.0
7-
coverage==4.5.4
8-
pytest-cov>=2.6.0
9-
coveralls>=1.5.1
5+
coverage>=5.2.1
6+
pytest-cov>=3.0.0
7+
coveralls>=3.3.0
108
attrs>=19.3.0
119
yarl>=1.4.2
1210
flask>=1.1.2

0 commit comments

Comments
 (0)