From 646b21d398aa291d870b6cb13ae92621709ae809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 06:12:43 +0000 Subject: [PATCH] Update biopython requirement from >=1.81 to >=1.85 Updates the requirements on [biopython](https://github.com/biopython/biopython) to permit the latest version. - [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.85' 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 b563351..f966ddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "A bioinformatics package for predicting adhesion proteins using E readme = "README.md" requires-python = ">=3.9" dependencies = [ - "biopython>=1.81", + "biopython>=1.85", "numpy>=1.20", "torch", "fair-esm",