Skip to content

Commit

Permalink
Merge pull request #519 from jluebbe/update
Browse files Browse the repository at this point in the history
dependency update
  • Loading branch information
jluebbe committed Oct 30, 2019
2 parents e8efb22 + c0c3c51 commit 57f2eaa
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion crossbar-requirements.txt
Expand Up @@ -3,4 +3,4 @@ setuptools>=38.0.0
crossbar==19.3.5
# For crossbar
idna==2.5
msgpack==0.6.1
msgpack==0.6.2
9 changes: 4 additions & 5 deletions dev-requirements.txt
@@ -1,10 +1,9 @@
pytest-cov==2.7.1
pytest-cov==2.8.1
pytest-isort==0.3.1
pytest-mock==1.10.4
pytest-pylint==0.14.0
pytest-runner==4.4
pytest-mock==1.11.2
pytest-pylint==0.14.1
pytest-dependency==0.4.0
yapf==0.27.0
yapf==0.28.0
-r doc-requirements.txt
-r crossbar-requirements.txt
-r onewire-requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions doc-requirements.txt
@@ -1,3 +1,3 @@
Sphinx==2.1.1
Sphinx==2.2.1
sphinx_rtd_theme==0.4.3
docutils==0.14
docutils==0.15.2
2 changes: 1 addition & 1 deletion docker-requirements.txt
@@ -1 +1 @@
docker==3.7.2
docker==4.1.0
2 changes: 1 addition & 1 deletion graph-requirements.txt
@@ -1 +1 @@
graphviz==0.11
graphviz==0.13
8 changes: 4 additions & 4 deletions requirements.txt
@@ -1,12 +1,12 @@
attrs==19.2.0
jinja2==2.10.1
attrs==19.3.0
jinja2==2.10.3
pexpect==4.7
https://github.com/labgrid-project/pyserial/archive/v3.4.0.1.zip#egg=pyserial
pytest==4.6.3
pytest==5.2.2
pyudev==0.21.0
requests==2.22.0
xmodem==0.4.5
autobahn==19.3.3
PyYAML==5.1.1
PyYAML==5.1.2
ansicolors==1.1.8
pyusb==1.0.2
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -23,8 +23,7 @@
'modbus': ['pyModbusTCP'],
'graph': ['graphviz'],
},
setup_requires=['pytest-runner', 'setuptools_scm'],
tests_require=['pytest-mock', ],
setup_requires=['setuptools_scm'],
install_requires=[
'attrs>=19.2.0',
'ansicolors',
Expand Down

0 comments on commit 57f2eaa

Please sign in to comment.