diff --git a/pyproject.toml b/pyproject.toml index 3eb1f603..06fac339 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.35rc148" +version = "0.9.35rc149" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}] @@ -82,8 +82,8 @@ dependencies = [ ### Binary/Package Management "abxbus==2.5.40", # EventBus API "abxpkg==1.12.11", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm - "abx-plugins==1.12.11", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring - "abx-dl==1.12.12", # shared ArchiveBox downloader package with blocking install preflight + "abx-plugins==1.12.12", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring + "abx-dl==1.12.13", # 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 ] @@ -348,7 +348,7 @@ Donate = "https://github.com/ArchiveBox/ArchiveBox/wiki/Donations" [tool.bumpver] -current_version = "v0.9.35rc148" +current_version = "v0.9.35rc149" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/uv.lock b/uv.lock index 1be28245..8abf155b 100644 --- a/uv.lock +++ b/uv.lock @@ -24,7 +24,7 @@ abxpkg = "2100-01-01T00:00:00Z" [[package]] name = "abx-dl" -version = "1.12.12" +version = "1.12.13" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "abx-plugins" }, @@ -39,14 +39,14 @@ dependencies = [ { name = "rich" }, { name = "rich-click" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bf/a8/2a37fc3e6af690df44aa8d1bba0c63aa7fd30a5bf037c8d49cd048a00466/abx_dl-1.12.12.tar.gz", hash = "sha256:b7f1086500d402dcd7b9b701dc1f1c778630bd1d8bb93aeef01f022bb335daa9", size = 87095, upload-time = "2026-07-26T23:43:00.686Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a8/d8/cb0a5e3f5f7c9236d9074ee5a7256acb9130e32d3e5126903ea43d0d03e0/abx_dl-1.12.13.tar.gz", hash = "sha256:3b6a50db90ea9c124273f8124556d677b3510cf138ecb292c2bdeda868519607", size = 87103, upload-time = "2026-07-27T00:59:50.098Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/cd/21/da276551d1ad7075f66ade164de85410a8a26e2f7d9fc70cfb81875ff7b3/abx_dl-1.12.12-py3-none-any.whl", hash = "sha256:1a1703df328d0268775c82777b814aba9d506b4c5b42d6e1641f213499c7d0fa", size = 90841, upload-time = "2026-07-26T23:43:01.714Z" }, + { url = "https://files.pythonhosted.org/packages/b6/82/4d80edcb8f891ac3d61f21d567edbecb52db6ce815eba16c035a5d1160f5/abx_dl-1.12.13-py3-none-any.whl", hash = "sha256:54ad3f423e4c80e054ffdae4ecd40eea9c95e6e6a929db182336295431dfb2db", size = 90844, upload-time = "2026-07-27T00:59:48.952Z" }, ] [[package]] name = "abx-plugins" -version = "1.12.11" +version = "1.12.12" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "abxbus" }, @@ -56,9 +56,9 @@ dependencies = [ { name = "rich-click" }, { name = "uv" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e8/35/2bfd7e0e1cf2b5040df67da889180238610dec9deb47fafef7764daf7170/abx_plugins-1.12.11.tar.gz", hash = "sha256:fb40d3f5f69d50ae8e2763b8e85fbaed3dc818a4c33903b1d7616af9e7f611fa", size = 259524, upload-time = "2026-07-26T22:09:04.581Z" } +sdist = { url = "https://files.pythonhosted.org/packages/15/47/9c44d89978707bb11b1e324a5ecca8231ab786c589715b4a19b62a3b2292/abx_plugins-1.12.12.tar.gz", hash = "sha256:a12edff303f471af106541c58bdd5eb550d8d022a979c32c599dbcfa92e67346", size = 259596, upload-time = "2026-07-27T00:39:48.421Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/af/9e/2fd41b69217f176e6517f2931bb4b1ead4b7214d2429e861109d53ea4ef1/abx_plugins-1.12.11-py3-none-any.whl", hash = "sha256:0215cd8d219456cfab37724c85beb4246e91b62f535c2926cd96f336ee8409ff", size = 410510, upload-time = "2026-07-26T22:09:02.783Z" }, + { url = "https://files.pythonhosted.org/packages/71/44/fb67e9204bdd1ce06f297bf6e14e80496a8864682afcdf1344b99b5480e7/abx_plugins-1.12.12-py3-none-any.whl", hash = "sha256:8b51a465dc1ef2372e61e512444241602b1865dc310a21139210dddbaa91196d", size = 410608, upload-time = "2026-07-27T00:39:46.939Z" }, ] [[package]] @@ -123,7 +123,7 @@ wheels = [ [[package]] name = "archivebox" -version = "0.9.35rc148" +version = "0.9.35rc149" source = { editable = "." } dependencies = [ { name = "abx-dl" }, @@ -223,8 +223,8 @@ dev = [ [package.metadata] requires-dist = [ - { name = "abx-dl", specifier = "==1.12.12" }, - { name = "abx-plugins", specifier = "==1.12.11" }, + { name = "abx-dl", specifier = "==1.12.13" }, + { name = "abx-plugins", specifier = "==1.12.12" }, { name = "abxbus", specifier = "==2.5.40" }, { name = "abxpkg", specifier = "==1.12.11" }, { name = "archivebox", extras = ["sonic", "ldap", "debug"], marker = "extra == 'all'" },