Update voluptuous requirement from ^0.11.7 to >=0.11.7,<0.13.0#17
Update voluptuous requirement from ^0.11.7 to >=0.11.7,<0.13.0#17ahayworth merged 3 commits intoahayworth:masterfrom MichaIng:patch-1
Conversation
Updates the requirements on [voluptuous](https://github.com/alecthomas/voluptuous) to permit the latest version. - [Release notes](https://github.com/alecthomas/voluptuous/releases) - [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md) - [Commits](https://github.com/alecthomas/voluptuous/commits/v0.12.0) Signed-off-by: MichaIng <micha@dietpi.com>
|
Hey @MichaIng - sorry for missing this! Apparently I wasn't subscribed to all updates on my own repo. 🤦 🤦 So the problem here is that However, setting a range of dependencies is allowed - you just have to set it only in Specifically, the workflow is:
I've pushed two commits to your branch - one to reset the |
|
Woohoo, that worked. Thank you for noticing that this needed to be updated! 😄 |
|
Many thanks, yes I was guessing that I missed something around the |
Updates the requirements on voluptuous to permit the latest version.
For reference:
About CI build errors, not sure what the issue is since the syntax for giving a version range matches the ones that are already present, e.g.:
Please advice and I'll push the fix.