From 163c1cd1e14327a6d2d006aea6630cd61dd3a69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Sat, 6 Jan 2024 13:59:26 +0100 Subject: [PATCH] setup: bump dclab from 0.55.7 to 0.57.0 --- CHANGELOG | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 752ba05..ce3fb53 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.6.2 + - setup: bump dclab from 0.55.7 to 0.57.0 0.6.1 - enh: compute the hash of the input file a second time while waiting for the hash of the target file diff --git a/pyproject.toml b/pyproject.toml index 741c2f2..5bea68a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ license = {text = "GPL v3"} dependencies = [ "click>=8", - "dclab>=0.55.7", + "dclab>=0.57.0", "h5py>=3.8.0", "hdf5plugin", # compression "numpy>=1.21", # CVE-2021-33430