Skip to content

Commit

Permalink
pinned ruamel.yaml version to 0.15.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Jerrent committed Feb 27, 2019
1 parent 4eed58d commit 65aecc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ python:
# TODO: pylint ruamel.yaml doesn't work on travis with this version - "3.5-dev"
before_install:
- bundle install
install: "pip install ruamel.yaml==0.15.86 flake8 pylint"
install: "pip install ruamel.yaml==0.15.42 flake8 pylint"
script: "rake test"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN \
wget "https://bootstrap.pypa.io/get-pip.py" -O /dev/stdout | python3 && \
apk del build-dependencies

RUN pip install --no-cache-dir ruamel.yaml
RUN pip install --no-cache-dir ruamel.yaml==0.15.42

COPY bin /bin
COPY compose_format /usr/lib/python3.5/site-packages/compose_format
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
author='Stefan Rohe',
license='MIT',
packages=['compose_format'],
install_requires=['ruamel.yaml<=0.15.86'],
install_requires=['ruamel.yaml<=0.15.42'],
zip_safe=False,
classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 65aecc2

Please sign in to comment.