diff --git a/CHANGELOG b/CHANGELOG index 6ed258b..adbc1ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ - docs: improve doc strings - ref: improve logging - tests: reduce segmentation faults during testing (#14) + - setup: bump dclab from 0.58.5 to 0.58.7 0.14.1 - setup: fix build pipeline (remove editable install) 0.14.0 diff --git a/pyproject.toml b/pyproject.toml index c2b7cb3..3c03882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] license = {text = "GPL v3"} dependencies = [ - "dclab[dcor]>=0.58.5", + "dclab[dcor]>=0.58.7", "numpy>=1.21", "requests>=2.31", # CVE-2023-32681 "urllib3>=2.0", # requests_toolbelt and general compatibility