diff --git a/CHANGELOG.md b/CHANGELOG.md index e81dbd51..d1e94ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Using scraperlib 3.1.1, openZIM metatadata now always set, using default if missing -- Using wabac.js 2.16.5 +- Using wabac.js 2.16.6 ## [1.5.1] - 2023-02-06 diff --git a/setup.py b/setup.py index 75a678e0..75fe039a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(*names, **kwargs): return fh.read() -REPLAY_SOURCE_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.16.5/dist/" +REPLAY_SOURCE_URL = "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.16.6/dist/" def download_replay(name): diff --git a/tests/test_warc_to_zim.py b/tests/test_warc_to_zim.py index ab466572..17254376 100644 --- a/tests/test_warc_to_zim.py +++ b/tests/test_warc_to_zim.py @@ -201,7 +201,7 @@ def test_warc_to_zim_specify_params_and_metadata(self, tmp_path): "--zim-file", zim_output, "-r", - "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.16.5/dist/", + "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.16.6/dist/", "--tags", "some", "--tags", @@ -440,7 +440,7 @@ def test_local_replay_viewer_url(self, tmp_path): zim_local_sw = "zim-local-sw.zim" res = requests.get( - "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.16.5/dist/sw.js" + "https://cdn.jsdelivr.net/npm/@webrecorder/wabac@2.16.6/dist/sw.js" ) with open(tmp_path / "sw.js", "wt") as fh: