From 65e35acfae3d06090d4c6aac33d61141e586cb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:16:07 +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 dfa8f33..1d75cda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,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