-
Notifications
You must be signed in to change notification settings - Fork 50
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
Dependency monitoring is broken #182
Comments
Should coordinate with #179 |
lukpueh
added a commit
to lukpueh/securesystemslib
that referenced
this issue
Nov 11, 2019
There is no reason to strictly pin python-dateutil to 2.8.0. On the contrary, pinning dependency is prone to introduce dependency conflicts (especially in downstream releases). This was most likely a copy-paste mistake related to the practice of pinning dependencies in dev-requirements.txt. This is a quick fix for python-dateutil. A more comprehensive dependency handling revision may be performed with secure-systems-lab#182
3 tasks
tanishqjasoria
pushed a commit
to tanishqjasoria/securesystemslib
that referenced
this issue
Jan 30, 2020
There is no reason to strictly pin python-dateutil to 2.8.0. On the contrary, pinning dependency is prone to introduce dependency conflicts (especially in downstream releases). This was most likely a copy-paste mistake related to the practice of pinning dependencies in dev-requirements.txt. This is a quick fix for python-dateutil. A more comprehensive dependency handling revision may be performed with secure-systems-lab#182
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of issue or feature request:
securesystemslib configures pyup to perform dependency monitoring.
Current behavior:
unknown
and its link 404s.Expected behavior:
Configure dependency monitoring to regularly und automatically run securesystemslib's test suite against the latest versions of its dependencies.
See tuf for a working pyup configuration, or in-toto which revises tuf's dependency monitoring and uses
dependabot
instead of pyup. (in-toto/in-toto#294)The text was updated successfully, but these errors were encountered: