diff --git a/pyproject.toml b/pyproject.toml
index f3cd5afb22d5a369c743ad53559d468ff99d9610..ea0c8cb81e3c1816b2499620899b3b8103bc0677 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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.2"}
+taggingbackends = {git = "https://gitlab.pasteur.fr/nyx/TaggingBackends", rev = "v0.19"}
 
 [build-system]
 requires = ["poetry-core>=1.0.0"]