Skip to content

Commit

Permalink
Merge pull request #1426 from gnattishness/update-config-helper-reqs
Browse files Browse the repository at this point in the history
Update config_helper dependencies.
  • Loading branch information
protolambda authored Oct 24, 2019
2 parents 07e86ea + 691c25a commit 5b94250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_libs/config_helpers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruamel.yaml==0.15.96
ruamel.yaml==0.16.5
2 changes: 1 addition & 1 deletion test_libs/config_helpers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
name='config_helpers',
packages=['preset_loader'],
install_requires=[
"ruamel.yaml==0.15.96"
"ruamel.yaml==0.16.5"
]
)

0 comments on commit 5b94250

Please sign in to comment.