Skip to content

Commit f2e960b

Browse files
Requirements update
1 parent a5a71a0 commit f2e960b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dsmrreader/provisioning/requirements/base.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ django-debug-toolbar==1.11
66
django-filter==2.0.0
77
djangorestframework==3.9.0
88
django-solo==1.1.3
9-
dropbox==9.2.0
9+
dropbox==9.3.0
1010
gunicorn==19.9.0
1111
paho-mqtt==1.3.1
1212
pyserial==3.4
1313
python-dateutil==2.7.5
1414
pytz==2018.7
15-
requests==2.20.1
15+
requests==2.21.0
1616
urllib3==1.24.1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx==1.8.2
1+
sphinx==1.8.3
22
sphinx-autobuild==0.7.1
33
sphinx-intl==0.9.11
44
sphinx-rtd-theme==0.4.2

dsmrreader/provisioning/requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ polib==1.1.0
22
pylama==7.6.6 ; python_version < '3.7' # Re-check since project seems alive again?
33
pytest-cov==2.6.0
44
pytest-django==3.4.4
5-
pytest-xdist==1.24.1
5+
pytest-xdist==1.25.0
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# For some reason Travis needs to be forced installing this version, or the build pretend like it doesn't know 'pytest'.
2-
pytest==4.0.1
2+
pytest==4.0.2

0 commit comments

Comments
 (0)