librariesio / bibliothecary

:notebook_with_decorative_cover: Libraries.io Package Manager Manifest Parsers
https://libraries.io/rubygems/bibliothecary
GNU Affero General Public License v3.0
89 stars 36 forks source link

8.7.4: Add support for Poetry 1.2.0+'s dependency groups #584

Closed tiegz closed 9 months ago

tiegz commented 9 months ago

Poetry 1.2.0 added support for dependency groups in https://github.com/python-poetry/poetry/pull/4260 , e.g.:

[tool.poetry.group.test.dependencies]
pytest = "^6.0.0"
pytest-mock = "*"

docs: https://github.com/python-poetry/poetry/blob/1.7.1/docs/managing-dependencies.md#dependency-groups