From fa03b2c99255458f4a697c3810730d55474fae4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:08:06 +0000 Subject: [PATCH] Update cogent3 requirement from >=2025.7.10a3 to >=2026.4.13a0 Updates the requirements on [cogent3](https://github.com/cogent3/cogent3) to permit the latest version. - [Release notes](https://github.com/cogent3/cogent3/releases) - [Changelog](https://github.com/cogent3/cogent3/blob/develop/changelog.md) - [Commits](https://github.com/cogent3/cogent3/compare/2025.7.10a3...2026.4.13a0) --- updated-dependencies: - dependency-name: cogent3 dependency-version: 2026.4.13a0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc9e914..44f9897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ license = { file = "license.txt" } requires-python = ">=3.11,<=3.14" dependencies = [ "click", - "cogent3>=2025.7.10a3", + "cogent3>=2026.4.13a0", "kaleido", "numpy", "scipy",