From 97711ac103bb3ce8214ec523ac8e4f5a13889aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:41:40 +0000 Subject: [PATCH] Bump bio from 1.5.9 to 1.6.0 Bumps [bio](https://github.com/ialbert/bio) from 1.5.9 to 1.6.0. - [Commits](https://github.com/ialbert/bio/commits) --- updated-dependencies: - dependency-name: bio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index d5052a9..99e2eb2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -20,12 +20,12 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "bio" -version = "1.5.9" +version = "1.6.0" description = "bio" optional = false python-versions = ">=3.7" files = [ - {file = "bio-1.5.9-py3-none-any.whl", hash = "sha256:b1c44e509922955a5d87de215f7d373796b278741735d86ce5663965d5cf386b"}, + {file = "bio-1.6.0-py3-none-any.whl", hash = "sha256:38b14e11625ef233e1a3878c8b13253695e863bd997f94715c248b71612605d5"}, ] [package.dependencies] @@ -1535,4 +1535,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "5dd45c3aa6b5b66540a3c7edab2f3b14ca901cd03ace06f0508bf93312a3931a" +content-hash = "67db31ff1707d1c479fe33fc2ae6ff9d02c56f56f43b72122eb0cf2181950a2e" diff --git a/pyproject.toml b/pyproject.toml index 6c372f4..2aad59b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.9,<3.12" -bio = "1.5.9" +bio = "1.6.0" defusedxml = "0.7.1" lxml = "4.9.3" mdanalysis = "2.6.1"