Skip to content

Commit ed11f81

Browse files
committed
maint: bump MIN_NPM_VERSION to 0.5.3
1 parent 2a80e28 commit ed11f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyobsplot/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
bundler_output_dir = pathlib.Path(__file__).parent / "static"
99

1010
# Minimum npm package version
11-
MIN_NPM_VERSION = "0.5.2"
11+
MIN_NPM_VERSION = "0.5.3"
1212

1313
# Allowed default values
1414
ALLOWED_DEFAULTS = [

0 commit comments

Comments
 (0)