You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we only pin direct dependencies.
However, we do not enforce any constraints about their sub dependencies, so we could miss security vulnerabilities in them.
Motivation
At the moment, we only pin direct dependencies.
However, we do not enforce any constraints about their sub dependencies, so we could miss security vulnerabilities in them.
Proposed Solution
Follow the same pattern as https://github.com/digitalfabrik/integreat-cms/blob/develop/pyproject.toml to pin the entire dependency tree.
Alternatives
Install dependency manager, e.g. poetry
Depends on:
setup.cfg
topyproject.toml
#448The text was updated successfully, but these errors were encountered: