From d3d09fc74571e1920bb4beff404a595cff316141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:27:37 +0000 Subject: [PATCH] chore(deps): update cel-python requirement in /tools Updates the requirements on [cel-python](https://github.com/cloud-custodian/cel-python) to permit the latest version. - [Release notes](https://github.com/cloud-custodian/cel-python/releases) - [Commits](https://github.com/cloud-custodian/cel-python/compare/v0.4...v0.5) --- updated-dependencies: - dependency-name: cel-python dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index ba0938e..a32bb48 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ # identifiers no longer resolve to falsy defaults), which breaks the invariant # linter's evaluability contract (see tests/unit/validation/linters/test_invariants*). # Do not relax this cap without updating that evaluation logic and its tests. - "cel-python>=0.4.0,<0.5.0", + "cel-python>=0.4.0,<0.6.0", ] [project.optional-dependencies]