Skip to content

Commit

Permalink
requirements: bump sigstore-python (#97)
Browse files Browse the repository at this point in the history
* requirements: bump sigstore-python

Signed-off-by: William Woodruff <william@trailofbits.com>

* setup: run sigstore --version

Signed-off-by: William Woodruff <william@trailofbits.com>

* setup: debug

Signed-off-by: William Woodruff <william@trailofbits.com>

---------

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Dec 13, 2023
1 parent 5e2e320 commit f4ac35c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
sigstore ~= 2.0
sigstore ~= 2.1
requests ~= 2.28
# TODO: Remove with the next sigstore-python release.
sigstore-rekor-types == 0.0.11
2 changes: 2 additions & 0 deletions setup/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ min_vers=$(cut -d '.' -f2 <<< "${vers}")
[[ "${maj_vers}" == "3" && "${min_vers}" -ge 7 ]] || die "Bad Python version: ${vers}"

python -m pip install --requirement "${GITHUB_ACTION_PATH}/requirements.txt"

debug "sigstore-python: $(python -m sigstore --version)"

0 comments on commit f4ac35c

Please sign in to comment.