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

Update requirements files #936

Merged
merged 3 commits into from
Oct 21, 2019

Conversation

lukpueh
Copy link
Member

@lukpueh lukpueh commented Oct 15, 2019

Fixes issue #:
Supersedes #593.

Description of the changes being introduced by the pull request:

Update requirements.txt and dev-requirements.txt using pip-compile in both Python2 and Python3 and combining the results manually, as suggested in these file's doc headers.

Doing so

  • updates some transitive requirement versions,
  • adds missing transitive requirements, and
  • fixes outdated hashes.

I tested this by running pip install -r requirements.txt and pip install -r dev-requirements.txt each in a fresh Python 2.7 and Python 3.7 virtual environment.

We may want to consider implementing less cumbersome requirements handling for tuf. See in-toto/in-toto#294.

Please verify and check that the pull request fulfills the following
requirements
:

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

pyup-bot and others added 3 commits October 15, 2019 11:37
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
Manually merges pip-compile output  for Python2 and Python3

- Update cffi to 1.13.0
- Update securesystemslib 0.12.0 hashes
- Add missing python-dateutil transitive dependency
- Add missing subprocess32 transitive conditional dependency

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
Manually merges pip-compile output  for Python2 and Python3

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
@lukpueh lukpueh merged commit e911fc4 into theupdateframework:develop Oct 21, 2019
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 this pull request may close these issues.

None yet

2 participants