Skip to content

Commit 382e47a

Browse files
committed
Sync Pipfile
1 parent f3971e3 commit 382e47a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Pipfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ name = "pypi"
66
[dev-packages]
77
kaptan = ">=0.5.7"
88
libtmux = "==0.8.0"
9-
click = "==6.7"
9+
click = "<7"
1010
colorama = "==0.3.9"
1111
docutils = "==0.14"
1212
alagitpull = "==0.0.21"
1313
releases = "==1.6.1"
1414
aafigure = "==0.6"
15-
sphinxcontrib-napoleon = "==0.6.1"
16-
Sphinx = "==1.7.9"
15+
sphinxcontrib-napoleon = "==0.7"
16+
Sphinx = "==1.8.1"
1717
isort = "==4.3.4"
1818
"flake8" = "==3.5.0"
1919
vulture = "==0.29"
20-
pytest = "==3.8.0"
20+
pytest = "==3.8.1"
2121
pytest-rerunfailures = "==4.1"
2222
tmuxp = {path = ".", editable = true}
2323

2424
[packages]
2525
kaptan = ">=0.5.7"
2626
libtmux = "==0.8.0"
27-
click = "==6.7"
27+
click = "<7"
2828
colorama = "==0.3.9"
2929

3030
[requires]

0 commit comments

Comments
 (0)