Skip to content

Commit

Permalink
Upgrade downloader after ceremony (#9556)
Browse files Browse the repository at this point in the history
* Upgrade tuf in-toto deps

* Use interface instead of in_toto.util

* update core root layout to v3

* Pin cryptography

* Remove docker daemon

* Fix integration list

* Fix CI

* Remove crypto pin

* Update root json

Co-authored-by: Trishank Karthik Kuppusamy <[email protected]>
  • Loading branch information
coignetp and trishankatdatadog authored Jul 9, 2021
1 parent 5584fc3 commit d2e6640
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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"
immutables==0.15; python_version > "3.0"
in-toto==0.5.0
in-toto==1.0.1
ipaddress==1.0.22; python_version < "3.0"
jaydebeapi==1.2.3
jpype1==0.7.1; python_version <= "2.7"
Expand Down Expand Up @@ -76,7 +76,7 @@ requests_ntlm==1.1.0
requests_toolbelt==0.9.1
rethinkdb==2.4.4
scandir==1.8
securesystemslib[crypto,pynacl]==0.17.0
securesystemslib[crypto,pynacl]==0.20.1
selectors34==1.2.0; sys_platform == "win32" and python_version < "3.4"
semver==2.9.0
serpent==1.27; sys_platform == "win32"
Expand All @@ -85,7 +85,7 @@ simplejson==3.6.5
six==1.16.0
snowflake-connector-python==2.1.3
supervisor==4.1.0
tuf==0.15.0
tuf==0.17.0
typing==3.7.4.1; python_version < "3.0"
uptime==3.0.1
vertica-python==0.10.1
Expand Down
Loading

0 comments on commit d2e6640

Please sign in to comment.