From 7917b607db7865a88e986650fc0b5453f5ea373f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:08:10 +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 d909ba5..4a96074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ["biology", "genomics", "statistics", "phylogeny", "evolution", "bioi readme = "README.md" license = {file = "LICENSE"} requires-python = ">=3.11,<3.14" -dependencies = ["numpy", "cogent3>=2025.7.10a3"] +dependencies = ["numpy", "cogent3>=2026.4.13a0"] classifiers = [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research",