From df1d832a8424fcbea927ca695c01d22c8cf2e104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:41:25 +0000 Subject: [PATCH] chore(deps): Bump cedarpy from 4.8.4 to 4.8.5 Bumps [cedarpy](https://github.com/k9securityio/cedar-py) from 4.8.4 to 4.8.5. - [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.5) --- updated-dependencies: - dependency-name: cedarpy dependency-version: 4.8.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 62e9043..4591ebd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # Pinned tooling for the gates (local + CI) so results are reproducible. -cedarpy==4.8.4 +cedarpy==4.8.5 checkov==3.3.1 pyjwt==2.13.0 # z3 SMT solver for the cross-layer policy-consistency check (formal/cross_layer.py).