Skip to content

Commit f4ac35c

Browse files
authored
requirements: bump sigstore-python (#97)
* requirements: bump sigstore-python Signed-off-by: William Woodruff <[email protected]> * setup: run sigstore --version Signed-off-by: William Woodruff <[email protected]> * setup: debug Signed-off-by: William Woodruff <[email protected]> --------- Signed-off-by: William Woodruff <[email protected]>
1 parent 5e2e320 commit f4ac35c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
sigstore ~= 2.0
1+
sigstore ~= 2.1
22
requests ~= 2.28
3-
# TODO: Remove with the next sigstore-python release.
4-
sigstore-rekor-types == 0.0.11

setup/setup.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ min_vers=$(cut -d '.' -f2 <<< "${vers}")
4646
[[ "${maj_vers}" == "3" && "${min_vers}" -ge 7 ]] || die "Bad Python version: ${vers}"
4747

4848
python -m pip install --requirement "${GITHUB_ACTION_PATH}/requirements.txt"
49+
50+
debug "sigstore-python: $(python -m sigstore --version)"

0 commit comments

Comments
 (0)