From 3465895c5904205ed8331d4a9ee2ae5a054f1b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 20:32:31 +0000 Subject: [PATCH] chore(deps): Bump cedarpy from 4.8.4 to 4.8.7 in /app/api Bumps [cedarpy](https://github.com/k9securityio/cedar-py) from 4.8.4 to 4.8.7. - [Release notes](https://github.com/k9securityio/cedar-py/releases) - [Changelog](https://github.com/k9securityio/cedar-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/k9securityio/cedar-py/compare/v4.8.4...v4.8.7) --- updated-dependencies: - dependency-name: cedarpy dependency-version: 4.8.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/requirements.txt b/app/api/requirements.txt index 5481c29..72b683e 100644 --- a/app/api/requirements.txt +++ b/app/api/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.136.3 uvicorn==0.49.0 -cedarpy==4.8.4 +cedarpy==4.8.7 # Bearer-JWT verification at the PDP edge (signature + audience binding, RFC 8707). # DEMO uses an HS256 fixture key; production verifies against the IdP JWKS. See auth.py. pyjwt==2.13.0