What's Changed
* Upgrade everything by bneijt in https://github.com/bneijt/poetry-lock-package/pull/33
* Fix issue 36 by bneijt in https://github.com/bneijt/poetry-lock-package/pull/37
If we have a list of possible versions with markers on each version range, we ignore the markers. This could, very unlikely, lead to versioning issues (for example, if we have a platform marker and a multi-version constraint from a package), but the likelihood is very small.
**Full Changelog**: https://github.com/bneijt/poetry-lock-package/compare/0.5.0...0.5.1