From b5fc62510dc5d3988ac01dd151b5663ee87bd1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:33:23 +0000 Subject: [PATCH] Bump biopython from 1.79 to 1.85 Bumps [biopython](https://github.com/biopython/biopython) from 1.79 to 1.85. - [Changelog](https://github.com/biopython/biopython/blob/master/NEWS.rst) - [Commits](https://github.com/biopython/biopython/commits) --- updated-dependencies: - dependency-name: biopython 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 9437e6d1..d29e4daa 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.85", # for biological data parsing "ipykernel", # for running Jupyter notebooks "jaxtyping>=0.2.12", # tensor type checking "joblib", # for parallel processing