From e7d628f697443e7ca6e6adb866187ce00c2743e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk> Date: Sun, 3 Jul 2022 18:35:47 +0100 Subject: [PATCH] chore(pyproject): update aliby dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 702f4ac2..c7d50da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ requests-toolbelt = "^0.9.1" h5py = "2.10" # I/O into files imageio = "2.8.0" omero-py = ">=5.6.2" # contact omero server -aliby-agora = "^0.2.29" -aliby-baby = "^0.1.10" -aliby-post = "^0.1.27" +aliby-agora = "^0.2.30" +aliby-baby = "^0.1.11" +aliby-post = "^0.1.30" p-tqdm = "^1.3.3" # Parallel progress bars xmltodict = "^0.13.0" # read ome-tiff metadata zeroc-ice = {version="3.6.5"} # networking interface, slow to build -- GitLab