From 92d238d9da5a6c65290b00bee501bd5f22c0cc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net> Date: Wed, 17 Jul 2024 19:24:39 +0200 Subject: [PATCH] taggingbackends upgrade --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 430445f..f3cd5af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MaggotUBA-adapter" -version = "0.21" +version = "0.21.1" description = "Interface between MaggotUBA and the Nyx tagging UI" authors = ["François Laurent"] license = "MIT" @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9,<3.12" maggotuba-core = {git = "https://gitlab.pasteur.fr/nyx/MaggotUBA-core", rev = "dev"} -taggingbackends = {git = "https://gitlab.pasteur.fr/nyx/TaggingBackends", rev = "v0.18.1"} +taggingbackends = {git = "https://gitlab.pasteur.fr/nyx/TaggingBackends", rev = "v0.18.2"} [build-system] requires = ["poetry-core>=1.0.0"] -- GitLab