From 87a7614622f6a2c0826b55c3785ab0574cb36e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:42:28 +0000 Subject: [PATCH] Update cogent3 requirement from >=2026.4.13a0 to >=2026.5.25a0 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/2026.4.13a0...2026.5.25a0) --- updated-dependencies: - dependency-name: cogent3 dependency-version: 2026.5.25a0 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 b20c621..b64ba2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ license = { file = "license.txt" } requires-python = ">=3.11,<3.15" dependencies = [ "click", - "cogent3>=2026.4.13a0", + "cogent3>=2026.5.25a0", "kaleido", "numpy", "scipy",