Issues in the past (#763, #740, #517) added reporting resolved vulnerabilities in the changelog.
The current ticket requests to include dev dependencies as well.
Proposed Changes
- In file audit.py
- When running
poetry export
- Add CLI options
"--with", "dev",
- Counter suggestion is to use
poetry export --format=requirements.txt --all-groups --all-extras -> This should cover all the cases without us building in the options. We should still update the PoetryToml.groups to include the optional dependencies.
Additional Questions
Additionally, we should spend some ideas / discussion on whether and how the following could be addressed
- other dependency groups
- optional dependencies (aka. "extras")
For examples look in https://github.com/exasol/notebook-connector/
All available groups can be retrieved via PTB's PoetryToml.groups.
Other related tickets
Issues in the past (#763, #740, #517) added reporting resolved vulnerabilities in the changelog.
The current ticket requests to include dev dependencies as well.
Proposed Changes
poetry export"--with", "dev",poetry export --format=requirements.txt --all-groups --all-extras-> This should cover all the cases without us building in the options. We should still update the PoetryToml.groups to include the optional dependencies.Additional Questions
Additionally, we should spend some ideas / discussion on whether and how the following could be addressed
For examples look in https://github.com/exasol/notebook-connector/
All available groups can be retrieved via PTB's PoetryToml.groups.
Other related tickets