From f461432b44546edc4c8d5f31945dd7f41201583f Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Thu, 31 Oct 2024 15:44:26 +0000 Subject: [PATCH] =?UTF-8?q?Update=20versions=20for=20dependencies=20and=20?= =?UTF-8?q?packages=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version in `cli/pyproject.toml` to 1.0.1 - Update `h3daemon` and `psutil` in `cli/pyproject.toml` - Modify version in `sched/pyproject.toml` to 1.0.5 - Update `deciphon-snap` in `sched/pyproject.toml` --- cli/pyproject.toml | 8 ++++---- sched/pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 2c8549e..591a78b 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deciphon" -version = "1.0.0" +version = "1.0.1" description = "Individually annotate long, error-prone nucleotide sequences into proteins" authors = ["Danilo Horta "] license = "MIT" @@ -11,16 +11,16 @@ packages = [{ include = "deciphon" }] python = "^3.9" cffi = "^1.16" fasta-reader = "^3.0.3" -h3daemon = "^0.14" hmmer = "^3.4" ijson = "^3.3" pydantic = "^2.9" typer = "^0.12" rich = "^13.8" -deciphon-snap = "^1.0.0" +deciphon-snap = "^1.0.1" more-itertools = "^10.5" -psutil = "^6.0.0" +psutil = "^6.1.0" deciphon-core = "^1.0.0" +h3daemon = "^0.14.6" [tool.poetry.group.dev.dependencies] pytest = "^8.2" diff --git a/sched/pyproject.toml b/sched/pyproject.toml index b927cdb..45037c6 100644 --- a/sched/pyproject.toml +++ b/sched/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deciphon-sched" -version = "1.0.4" +version = "1.0.5" description = "Deciphon scheduler" authors = ["Danilo Horta "] license = "MIT" @@ -21,7 +21,7 @@ loguru = "^0.7" deciphon-core = "1.0.1" python-multipart = "^0.0.10" aiomqtt = "^2.3" -deciphon-snap = "^1.0.0" +deciphon-snap = "^1.0.1" sqlalchemy = "^2.0" boto3 = "^1.35" tenacity = "^9.0.0"