Compare commits

..

3 Commits

Author SHA1 Message Date
Christian Mäder
74000645dc Make patch version 2019-07-30 13:36:22 +02:00
Christian Mäder
ef0755b9cf Merge pull request #149 from takumin/fix_attribute_error
fix AttributeError for ruamel.yaml
2019-07-30 13:34:48 +02:00
takumin
7f22d21d5d fix AttributeError for ruamel.yaml 2019-07-30 20:09:02 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ RUN pip install \
# napalm is used for gathering information from network devices
napalm \
# ruamel is used in startup_scripts
ruamel.yaml \
'ruamel.yaml>=0.15,<0.16' \
# pinning django to the version required by netbox
# adding it here, to install the correct version of
# django-rq

View File

@@ -1 +1 @@
0.17.0
0.17.1