From bca26a710e931e61019b58af2eb53b0701ce3d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:32:36 +0000 Subject: [PATCH] build(deps): update dendropy requirement from >=4.5.2 to >=5.0.8 Updates the requirements on [dendropy](https://github.com/jeetsukumaran/DendroPy) to permit the latest version. - [Changelog](https://github.com/jeetsukumaran/DendroPy/blob/main/CHANGES.rst) - [Commits](https://github.com/jeetsukumaran/DendroPy/compare/v4.6.0...v5.0.8) --- updated-dependencies: - dependency-name: dendropy dependency-version: 5.0.8 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 5f0b64b..20a4950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A CLI tool for generating pathogen-specific barcodes for Freyja." readme = "README.md" requires-python = ">=3.10" dependencies = [ - "dendropy>=4.5.2", + "dendropy>=5.0.8", "ete4>=4.3.0", "pathlib>=1.0.1", "rich-click>=1.6.0",