From 0b5dc37b789e22f8c10416b9d061463df992ef8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:10:29 +0100 Subject: [PATCH] Bump bio from 1.6.0 to 1.6.2 (#383) Bumps [bio](https://github.com/ialbert/bio) from 1.6.0 to 1.6.2. - [Commits](https://github.com/ialbert/bio/commits) --- updated-dependencies: - dependency-name: bio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5fc3de7..006202e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -20,12 +20,12 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "bio" -version = "1.6.0" +version = "1.6.2" description = "bio" optional = false python-versions = ">=3.7" files = [ - {file = "bio-1.6.0-py3-none-any.whl", hash = "sha256:38b14e11625ef233e1a3878c8b13253695e863bd997f94715c248b71612605d5"}, + {file = "bio-1.6.2-py3-none-any.whl", hash = "sha256:dcec8207f3993a7f41bd8205cde235218da3dc008175ae7bb7468276d8dacf71"}, ] [package.dependencies] @@ -1583,4 +1583,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "a4981b5e0b31b64c57de0484ebde6652755d1daa6751491175eb5f09abf10464" +content-hash = "006cc583bad35fb24707c4a7ae607e5684cd4e3b4b07233487e5af3807b4e2e7" diff --git a/pyproject.toml b/pyproject.toml index e8046ed..c672ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.9,<3.12" -bio = "1.6.0" +bio = "1.6.2" defusedxml = "0.7.1" lxml = "5.0.0" mdanalysis = "2.7.0"