From c0ea1a07db7cd3309623ac08b3d05c8b1fe0e636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:08:13 +0000 Subject: [PATCH] Update piqtree requirement from >=0.6.0 to >=0.7.0 Updates the requirements on [piqtree](https://github.com/cogent3/piqtree) to permit the latest version. - [Commits](https://github.com/cogent3/piqtree/commits) --- updated-dependencies: - dependency-name: piqtree dependency-version: 0.7.0 dependency-type: direct:development ... 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..832cb1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ test = [ "pytest-cov", "pytest-xdist", "nox", - "piqtree>=0.6.0", + "piqtree>=0.7.0", ] dev = [ "black",