Skip to content

Commit

Permalink
Update tuf for python 3 (#10444)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-witt committed Oct 19, 2021
1 parent a03b176 commit 3c4c088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ simplejson==3.6.5
six==1.16.0
snowflake-connector-python==2.6.0; python_version > "3.0"
supervisor==4.1.0
tuf==0.17.0
tuf==0.17.0; python_version < "3.0"
tuf==0.19.0; python_version > "3.0"
typing==3.7.4.1; python_version < "3.0"
uptime==3.0.1
vertica-python==0.10.1
Expand Down
3 changes: 2 additions & 1 deletion datadog_checks_downloader/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# At the time of writing (Jan 30 2020), this was the latest version of these
# libraries.
#
tuf==0.17.0
tuf==0.17.0; python_version < "3.0"
tuf==0.19.0; python_version > "3.0"
in-toto==1.0.1
#
# Make sure TUF and in-toto use the same version of this library, which they
Expand Down

0 comments on commit 3c4c088

Please sign in to comment.