Skip to content

Commit

Permalink
Merge pull request #6 from jku/pin-more-dependencies
Browse files Browse the repository at this point in the history
Pin more python dependencies
  • Loading branch information
jku authored Jul 20, 2023
2 parents 0c7b653 + e2a765f commit a281b29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions repo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description = "TUF-on-CI repository tools, intended to be executed on a CI syste
readme = "README.md"
dependencies = [
"sigstore @ git+https://github.com/sigstore/sigstore-python@7d4af6c5f6732ef12e5bb455962321ebe5cce137",
"securesystemslib[azurekms, gcpkms, sigstore, pynacl] @ git+https://github.com/secure-systems-lab/securesystemslib",
"tuf @ git+https://github.com/theupdateframework/python-tuf",
"click",
"securesystemslib[azurekms, gcpkms, sigstore, pynacl] @ git+https://github.com/secure-systems-lab/securesystemslib@bf63e1b0a58e35c3d5087d5ddd53e43d25e7250a",
"tuf ~= 3.0.0",
"click ~= 8.1.0",
]
requires-python = ">=3.10"

Expand Down
6 changes: 3 additions & 3 deletions signer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description = "Signing tools for TUF-on-CI"
readme = "README.md"
dependencies = [
"sigstore @ git+https://github.com/sigstore/sigstore-python@7d4af6c5f6732ef12e5bb455962321ebe5cce137",
"securesystemslib[gcpkms,hsm,sigstore] @ git+https://github.com/secure-systems-lab/securesystemslib",
"tuf @ git+https://github.com/theupdateframework/python-tuf",
"click",
"securesystemslib[gcpkms,hsm,sigstore] @ git+https://github.com/secure-systems-lab/securesystemslib@bf63e1b0a58e35c3d5087d5ddd53e43d25e7250a",
"tuf ~= 3.0.0",
"click ~= 8.1.0",
]
requires-python = ">=3.10"

Expand Down

0 comments on commit a281b29

Please sign in to comment.