From 2d0bd70695042143ec483e50d324a851c070e334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 02:18:49 +0000 Subject: [PATCH] Bump biopython from 1.79 to 1.86 Bumps [biopython](https://github.com/biopython/biopython) from 1.79 to 1.86. - [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.86' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f5d3f6..f831304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ # --------- others --------- # "beartype", # runtime type checking "biopandas", # for biological dataframe parsing - "biopython==1.79", # for biological data parsing + "biopython==1.86", # for biological data parsing "ipykernel", # for running Jupyter notebooks "jaxtyping>=0.2.12", # tensor type checking "joblib", # for parallel processing