Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 02 (#3536)
Browse files Browse the repository at this point in the history
* Update pytest from 4.0.2 to 4.1.1

* Update pytest from 4.0.2 to 4.1.1

* Update pytest-cov from 2.6.0 to 2.6.1

* Update tox from 3.6.1 to 3.7.0

* Update typing_extensions from 3.6.6 to 3.7.2
  • Loading branch information
pyup.io bot authored and asvetlov committed Jan 14, 2019
1 parent c11e891 commit 2bec332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements/ci-wheel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ coverage==4.5.2
cython==0.29.2
gunicorn==19.9.0
multidict==4.5.2
pytest==4.0.2
pytest-cov==2.6.0
pytest==4.1.1
pytest-cov==2.6.1
pytest-mock==1.10.0
tox==3.6.1
tox==3.7.0
trustme==0.4.0
twine==1.12.1
yarl==1.3.0
Expand All @@ -22,4 +22,4 @@ aiodns==1.1.1; platform_system!="Windows" # required c-ares will not build on w
codecov==2.0.15
uvloop==0.11.3; platform_system!="Windows" and implementation_name=="cpython" and python_version<"3.7" # MagicStack/uvloop#14
idna-ssl==1.1.0; python_version<"3.7"
typing_extensions==3.6.6; python_version<"3.7"
typing_extensions==3.7.2; python_version<"3.7"
2 changes: 1 addition & 1 deletion requirements/wheel.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cython==0.29.2
pytest==4.0.2
pytest==4.1.1
twine==1.12.1

0 comments on commit 2bec332

Please sign in to comment.