Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: support poetry dependency groups #146

Open
purificant opened this issue Jul 1, 2024 · 0 comments
Open

feature request: support poetry dependency groups #146

purificant opened this issue Jul 1, 2024 · 0 comments

Comments

@purificant
Copy link
Contributor

Poetry can organise dependencies into "groups": https://python-poetry.org/docs/managing-dependencies/#dependency-groups

Two common groups are used by default:
"main", an implicit group under key "[tool.poetry.dependencies]"
"dev", under key "[tool.poetry.group.dev.dependencies]"

At the moment, the pip-check-updates parser will ignore other groups, for example "[tool.poetry.group.foo.dependencies]", where group name is "foo".

This feature request is to parse and detect updates for poetry groups other than "dev" and "main".

Links to relevant source code: https://github.com/zehengl/pip-check-updates/blob/main/src/pip_check_updates/parser.py#L152
See method "_load_poetry"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant