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

Upgrade in-toto #3411

Merged
merged 3 commits into from
Mar 29, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datadog_checks_dev/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'colorama',
'datadog-a7',
'docker-compose>=1.23.1,<1.24.0',
'in-toto==0.2.3',
'in-toto==0.3.0',
'pip-tools',
'pylint',
'Pillow',
Expand Down
4 changes: 2 additions & 2 deletions datadog_checks_downloader/requirements.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# At the time of writing (Jan 14 2019), this was the latest version of these
# At the time of writing (Mar 22 2019), this was the latest version of these
# libraries.
#
tuf==0.11.2.dev3
in-toto==0.2.3
in-toto==0.3.0
#
# Make sure TUF and in-toto use the same version of this library, which they
# both use in common. At the time of writing (Oct 9 2018), this was the latest
Expand Down