From 542f1810a8fae3c2a5d3a5ba142cb6e4cb336ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:34:43 +0000 Subject: [PATCH] chore(deps): bump cpex from 0.1.0 to 0.1.1 Bumps [cpex](https://github.com/contextforge-org/cpex) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/contextforge-org/cpex/releases) - [Changelog](https://github.com/contextforge-org/cpex/blob/main/CHANGELOG.md) - [Commits](https://github.com/contextforge-org/cpex/compare/0.1.0...0.1.1) --- updated-dependencies: - dependency-name: cpex dependency-version: 0.1.1 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 217789b..10568e7 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", + "cpex==0.1.1", ] [dependency-groups]