From 4572fea39760ac3f9e9acd3a5e0b61425fcf8609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:17:09 +0000 Subject: [PATCH] Bump biopython from 1.84 to 1.87 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [biopython](https://github.com/biopython/biopython). Updates `biopython` from 1.84 to 1.87 - [Changelog](https://github.com/biopython/biopython/blob/master/NEWS.rst) - [Commits](https://github.com/biopython/biopython/commits) --- updated-dependencies: - dependency-name: biopython dependency-version: '1.87' dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f1d27b..0eb555d 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ packages=find_packages(exclude=["contrib", "docs", "tests"]), # Required python_requires=">=3.9", install_requires=["ete3 == 3.1.3", - "biopython == 1.84", + "biopython == 1.87", "six == 1.16.0", "setuptools == 78.1.1"], extras_require={ # Optional