From 4c6c1d2c463bb5e51d4778dc8c980332b63f642d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:20:12 +0000 Subject: [PATCH] chore(deps): bump cpex from 0.1.0.dev12 to 0.1.0rc1 Bumps [cpex](https://github.com/contextforge-org/contextforge-plugins-framework) from 0.1.0.dev12 to 0.1.0rc1. - [Changelog](https://github.com/contextforge-org/contextforge-plugins-framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/contextforge-org/contextforge-plugins-framework/compare/0.1.0.dev12...0.1.0-rc1) --- updated-dependencies: - dependency-name: cpex dependency-version: 0.1.0rc1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b34f13..6992361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "grpcio-tools>=1.80.0", "grpcio-health-checking>=1.80.0", "betterproto2==0.9.1", - "cpex==0.1.0.dev12", + "cpex==0.1.0rc1", ] [dependency-groups]