* Migrate to Poetry for dependency management
* Update all of our ailing dependencies
* Use `Logger.warning` over `Logger.warn` to fix deprecation warnings
* Document `--embed-svg-images` for shape libraries
* Support inlining SVG content with `embed_format: '{content}'`; props herberton
* Fix handling of diagram filenames containing spaces