mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 12:14:19 +00:00
Merge pull request #1426 from gnattishness/update-config-helper-reqs
Update config_helper dependencies.
This commit is contained in:
commit
5b94250bf0
@ -1 +1 @@
|
|||||||
ruamel.yaml==0.15.96
|
ruamel.yaml==0.16.5
|
||||||
|
@ -4,6 +4,6 @@ setup(
|
|||||||
name='config_helpers',
|
name='config_helpers',
|
||||||
packages=['preset_loader'],
|
packages=['preset_loader'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"ruamel.yaml==0.15.96"
|
"ruamel.yaml==0.16.5"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user