From d30352e6955e39f6a05a697e6a2ed0208032acf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Thu, 18 Apr 2024 14:56:32 +0200 Subject: [PATCH] setup: bump dclab to 0.58.3 --- CHANGELOG | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1cc5d9a..9196847 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ 0.15.3 - fix: do not use unreliable tempfile.TemporaryDirectory + - setup: bump dclab to 0.58.3 (LazyContourList has max_events) 0.15.2 - fix: attempt to create temporary condense location if not exists 0.15.1 diff --git a/setup.py b/setup.py index 6e1b9ec..783abef 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ namespace_packages=['ckanext'], install_requires=[ # the "ckan" dependency is implied - "dclab[http]>=0.57.7", + "dclab[http]>=0.58.3", # LazyContourList has max_events "dcor_shared>=0.8.0", ], include_package_data=True,