diff --git a/pyproject.toml b/pyproject.toml index 20f51ae3..e1f276a1 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,12 +76,12 @@ dependencies = [ "croniter>=6.0.0", # for: validating and computing crawl schedules "tzdata>=2024.2", # needed for dateparser {TZ: UTC} on some systems: https://github.com/ArchiveBox/ArchiveBox/issues/1553 "w3lib>=2.2.1", # used for parsing content-type encoding from http response headers & html tags - ### Extractor dependencies (optional binaries detected at runtime via shutil.which) + ### Extractor dependencies (runtime binaries resolved through abxpkg) ### Binary/Package Management "abxbus==2.5.10", # EventBus API - "abxpkg>=1.11.247", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm - "abx-plugins>=1.11.258", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring - "abx-dl>=1.11.237", # shared ArchiveBox downloader package with blocking install preflight + "abxpkg>=1.11.266", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm + "abx-plugins>=1.11.283", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring + "abx-dl>=1.11.258", # shared ArchiveBox downloader package with blocking install preflight ### UUID7 backport for Python <3.14 "uuid7>=0.1.0; python_version < '3.14'", # provides the uuid_extensions module on Python 3.13 ] diff --git a/uv.lock b/uv.lock index b0dccb7b..ce424673 100644 --- a/uv.lock +++ b/uv.lock @@ -13,11 +13,11 @@ supported-markers = [ ] [options] -exclude-newer = "2026-07-15T19:53:17.689945432Z" +exclude-newer = "2026-07-15T20:07:41.087919Z" exclude-newer-span = "P5D" [options.exclude-newer-package] -abxbus = { timestamp = "2026-07-20T19:53:16.689959318Z", span = "PT1S" } +abxbus = { timestamp = "2026-07-20T20:07:40.087935Z", span = "PT1S" } abx-plugins = "2100-01-01T00:00:00Z" abx-dl = "2100-01-01T00:00:00Z" abxpkg = "2100-01-01T00:00:00Z" @@ -222,10 +222,10 @@ dev = [ [package.metadata] requires-dist = [ - { name = "abx-dl", specifier = ">=1.11.237" }, - { name = "abx-plugins", specifier = ">=1.11.258" }, + { name = "abx-dl", specifier = ">=1.11.258" }, + { name = "abx-plugins", specifier = ">=1.11.283" }, { name = "abxbus", specifier = "==2.5.10" }, - { name = "abxpkg", specifier = ">=1.11.247" }, + { name = "abxpkg", specifier = ">=1.11.266" }, { name = "archivebox", extras = ["sonic", "ldap", "debug"], marker = "extra == 'all'" }, { name = "atomicwrites", specifier = "==1.4.1" }, { name = "base32-crockford", specifier = ">=0.3.0" },