openhsr / connect

Die offene HSR Mapper Alternative
GNU General Public License v3.0
6 stars 2 forks source link

Update ruamel.yaml to 0.14.11 #66

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of ruamel.yaml available. You are currently using 0.13.14. I have updated it to 0.14.11

These links might come in handy: PyPI | Changelog | Repo

Changelog

0.14.1

  • fix Text not available on 3.5.0 and 3.5.1 (reported by Charles Bouchard-Légaré)

0.14.0

  • updates for mypy --strict
  • preparation for moving away from inheritance in Loader and Dumper, calls from e.g. the Representer to the Serializer.serialize() are now done via the attribute .serializer.serialize(). Usage of .serialize() outside of Serializer will be deprecated soon
  • some extra tests on main.py functions

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖