Skip to content

Commit

Permalink
pyproject: bump id (#767)
Browse files Browse the repository at this point in the history
* pyproject: bump id

Closes #738.

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

* CHANGELOG: record changes

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

---------

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw authored Sep 11, 2023
1 parent 68aa69a commit c338354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ All versions prior to 0.9.0 are untracked.
in the CA. We now enforce the fact that the TBSPrecertificate signer must be
a valid CA ([#658](https://github.com/sigstore/sigstore-python/pull/658))

* Fixed a case where identity token retrieval would produce an unhelpful
error message ([#767](https://github.com/sigstore/sigstore-python/pull/767))

## [1.1.2]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"appdirs ~= 1.4",
"cryptography >= 39",
"id >= 1.0.0",
"id >= 1.1.0",
"importlib_resources ~= 5.7; python_version < '3.11'",
"pydantic >= 2,< 3",
"pyjwt >= 2.1",
Expand Down

0 comments on commit c338354

Please sign in to comment.