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 TUF, in-toto and securesystemslib #7844

Merged
merged 5 commits into from
Oct 28, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ flup-py3==1.0.3; python_version > "3.0"
flup==1.0.3.dev-20110405; python_version < "3.0"
futures==3.3.0; python_version < "3.0"
gearman==2.0.2; sys_platform != "win32" and python_version < "3.0"
in-toto==0.4.2
in-toto==0.5.0
ipaddress==1.0.22; python_version < "3.0"
jaydebeapi==1.2.3
jpype1==0.7.1; python_version <= "2.7"
Expand Down Expand Up @@ -75,7 +75,7 @@ simplejson==3.6.5
six==1.14.0
snowflake-connector-python==2.1.3
supervisor==4.1.0
tuf==0.12.2
tuf==0.14.0
hithwen marked this conversation as resolved.
Show resolved Hide resolved
typing==3.7.4.1; python_version < "3.0"
uptime==3.0.1
vertica-python==0.10.1
Expand Down
4 changes: 2 additions & 2 deletions datadog_checks_downloader/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# At the time of writing (Jan 30 2020), this was the latest version of these
# libraries.
#
tuf==0.12.2
in-toto==0.4.2
tuf==0.14.0
hithwen marked this conversation as resolved.
Show resolved Hide resolved
in-toto==0.5.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 (Jan 30 2020), this was the latest
Expand Down