Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit 4c91013

Browse files
committed
requirements: update 'tox' (test)
1 parent fa7f7f3 commit 4c91013

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

requirements/test.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ coverage==4.5.2
77
flake8==3.7.6
88
mypy==0.670
99
#requests-mock==1.5.2
10-
tox==3.7.0
10+
tox==3.13.2
1111

1212
# Packages dependencies:
1313
# - codecov:
@@ -22,17 +22,25 @@ tox==3.7.0
2222
# - typed-ast
2323
# - tox:
2424
# - filelock
25+
# - importlib-metadata
26+
# - zipp
27+
# - packaging
28+
# - pyparsing
2529
# - pluggy
2630
# - py
2731
# - toml
2832
# - virtualenv
29-
filelock==3.0.10
33+
filelock==3.0.12
34+
importlib-metadata==0.18
3035
mccabe==0.6.1
3136
mypy-extensions==0.4.1
32-
pluggy==0.9.0
37+
packaging==19.0
38+
pluggy==0.12.0
3339
py==1.8.0
3440
pycodestyle==2.5.0
3541
pyflakes==2.1.0
42+
pyparsing==2.4.0
3643
toml==0.10.0
3744
typed-ast==1.3.1
38-
virtualenv==16.4.3
45+
virtualenv==16.6.1
46+
zipp==0.5.2

0 commit comments

Comments
 (0)