diff --git a/archivebox/tests/test_process_service.py b/archivebox/tests/test_process_service.py index d88e55ae..31cc149a 100644 --- a/archivebox/tests/test_process_service.py +++ b/archivebox/tests/test_process_service.py @@ -76,6 +76,7 @@ def test_process_completed_persists_with_uncached_network_interface(monkeypatch, ), ) await event.now() + await event.wait() await event.event_results_list() asyncio.run(run_event()) diff --git a/pyproject.toml b/pyproject.toml index dc23f360..d8e03311 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.30rc22" +version = "0.9.30rc23" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}] @@ -80,7 +80,7 @@ dependencies = [ ### Binary/Package Management "abxbus>=2.5.0", # EventBus API "abxpkg>=1.10.7", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm - "abx-plugins>=1.10.42", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring + "abx-plugins>=1.10.43", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring "abx-dl>=1.10.46", # shared ArchiveBox downloader package with background hook lifecycle fixes ### UUID7 backport for Python <3.14 "uuid7>=0.1.0; python_version < '3.14'", # provides the uuid_extensions module on Python 3.13