From d472bd4f7c22bce67cc00ff17c1b3a183ed4eddd Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 5 May 2022 15:41:30 +0000 Subject: [PATCH] Upgrade deps, handle filestore list exception in shep --- CHANGELOG | 2 ++ requirements.txt | 4 ++-- setup.cfg | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6cf00c7..236cb0a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.2.11 + * Upgrade shep to handle exception in filestore list - 0.2.10 * Upgrade shep to guarantee state lock atomicity - 0.2.9 diff --git a/requirements.txt b/requirements.txt index dfc4dc8..44cd1df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ chainlib~=0.1.2 -chainqueue~=0.1.13 -chainsyncer~=0.4.5 +chainqueue~=0.1.14 +chainsyncer~=0.4.6 confini~=0.6.0 funga~=0.5.2 pyxdg~=0.26 diff --git a/setup.cfg b/setup.cfg index 5c710af..0a98382 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chaind -version = 0.2.10 +version = 0.2.11 description = Base package for chain queue service author = Louis Holbrook author_email = dev@holbrook.no