diff --git a/pyproject.toml b/pyproject.toml
index 430445f87b996297531fea826234eaf7bec00e01..f3cd5afb22d5a369c743ad53559d468ff99d9610 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"]