Skip to content

Commit 664693f

Browse files
dependabot[bot]jku
andauthored
build(deps): bump id from 1.5.0 to 1.6.1 (#1681)
* build(deps): bump id from 1.5.0 to 1.6.1 Bumps [id](https://github.com/di/id) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/di/id/releases) - [Changelog](https://github.com/di/id/blob/main/CHANGELOG.md) - [Commits](di/id@v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: id dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * lint cleanup Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 3b0fe2d commit 664693f

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

install/requirements.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ email-validator==2.3.0 \
290290
--hash=sha256:80f13f623413e6b197ae73bb10bf4eb0908faf509ad8362c5edeb0be7fd450b4 \
291291
--hash=sha256:9fc05c37f2f6cf439ff414f8fc46d917929974a82244c20eb10231ba60c54426
292292
# via pydantic
293-
id==1.5.0 \
294-
--hash=sha256:292cb8a49eacbbdbce97244f47a97b4c62540169c976552e497fd57df0734c1d \
295-
--hash=sha256:f1434e1cef91f2cbb8a4ec64663d5a23b9ed43ef44c4c957d02583d61714c658
293+
id==1.6.1 \
294+
--hash=sha256:d0732d624fb46fd4e7bc4e5152f00214450953b9e772c182c1c22964def1a069 \
295+
--hash=sha256:f5ec41ed2629a508f5d0988eda142e190c9c6da971100612c4de9ad9f9b237ca
296296
# via sigstore
297297
idna==3.10 \
298298
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
@@ -461,9 +461,7 @@ pyopenssl==25.3.0 \
461461
requests==2.32.5 \
462462
--hash=sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6 \
463463
--hash=sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf
464-
# via
465-
# id
466-
# sigstore
464+
# via sigstore
467465
rfc3161-client==1.0.5 \
468466
--hash=sha256:078e4bbf0770ddc472e2ca96cf1e23efd0c313e6682b4c2c9765e1fdf09f55a3 \
469467
--hash=sha256:09c47582ecea2ca4a3debf8a1eda775cc3d5ae1379da40272cc065d32e639a7a \
@@ -525,5 +523,6 @@ urllib3==2.6.3 \
525523
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
526524
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
527525
# via
526+
# id
528527
# requests
529528
# tuf

sigstore/oidc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import urllib.parse
2525
import webbrowser
2626
from datetime import datetime, timezone
27-
from typing import NoReturn, cast
27+
from typing import NoReturn
2828

2929
import id
3030
import jwt
@@ -411,6 +411,6 @@ def detect_credential(client_id: str = _DEFAULT_CLIENT_ID) -> str | None:
411411
"""Calls `id.detect_credential`, but wraps exceptions with our own exception type."""
412412

413413
try:
414-
return cast(str | None, id.detect_credential(client_id))
414+
return id.detect_credential(client_id)
415415
except id.IdentityError as exc:
416416
IdentityError.raise_from_id(exc)

0 commit comments

Comments
 (0)