From 0ab40fe0329e913e0ceebef7927ca694a4cd048f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:24:28 +0000 Subject: [PATCH] chore(deps): update opendecree requirement in /examples Updates the requirements on [opendecree](https://github.com/zeevdr/decree-python) to permit the latest version. - [Changelog](https://github.com/zeevdr/decree-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/zeevdr/decree-python/commits) --- updated-dependencies: - dependency-name: opendecree dependency-version: 0.4.0a1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index c82b6ae..b589714 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1 +1 @@ -opendecree>=0.3.0a1 +opendecree>=0.4.0a1