Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency update #519

Merged
merged 3 commits into from Oct 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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