From 25e988d4239c516c3a26cc3a92bcc21cd6029771 Mon Sep 17 00:00:00 2001 From: Swann Date: Wed, 15 Jul 2020 13:50:46 +0200 Subject: [PATCH] fix: Unregistration of users Related to #97 --- multi_user/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_user/__init__.py b/multi_user/__init__.py index 8f0dff6..e9e90ad 100644 --- a/multi_user/__init__.py +++ b/multi_user/__init__.py @@ -45,7 +45,7 @@ from . import environment, utils # TODO: remove dependency as soon as replication will be installed as a module DEPENDENCIES = { - ("replication", '0.0.14'), + ("replication", '0.0.15'), ("deepdiff", '5.0.1'), }