Skip to content

Commit b4992e3

Browse files
committed
setup: bump dclab to 0.71.2 (disk-caching of DCOR/HTTP/S3 data)
1 parent d3f120a commit b4992e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2.26.2
2+
- setup: bump dclab to 0.71.2 (disk-caching of DCOR/HTTP/S3 data)
13
2.26.1
24
- fix: possibly fix `KeyError` on hover in QuickView by doing a
35
`GraphicsScene.hoverItems.clear()` whenever something changes (#205)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
license = "GPL-3.0-or-later"
3232
dependencies = [
33-
"dclab[dcor,export,http,s3]>=0.71.1",
33+
"dclab[dcor,export,http,s3]>=0.71.2",
3434
"h5py>=2.8.0",
3535
"numpy>=1.21", # CVE-2021-33430
3636
"pygments",

0 commit comments

Comments
 (0)