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

Dependency monitoring is broken #182

Closed
lukpueh opened this issue Sep 19, 2019 · 1 comment · Fixed by #209
Closed

Dependency monitoring is broken #182

lukpueh opened this issue Sep 19, 2019 · 1 comment · Fixed by #209

Comments

@lukpueh
Copy link
Member

lukpueh commented Sep 19, 2019

Description of issue or feature request:
securesystemslib configures pyup to perform dependency monitoring.

Current behavior:

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)

@lukpueh
Copy link
Member Author

lukpueh commented Sep 19, 2019

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
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
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

Successfully merging a pull request may close this issue.

1 participant