From f0b255914ddcf309d0b2f5d4114ae40bb5bf66a0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 15 Mar 2026 14:57:01 -0700 Subject: [PATCH] bump dep versions --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0fb06fcc..67fd7161 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.3" +version = "0.9.4" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}] @@ -83,8 +83,8 @@ dependencies = [ ### Extractor dependencies (optional binaries detected at runtime via shutil.which) "yt-dlp>=2024.1.0", # for: media extractor ### Binary/Package Management - "abx-pkg>=0.7.0", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm - "abx-plugins>=0.9.5", # shared ArchiveBox plugin package with install_args-only overrides + "abx-pkg>=0.7.1", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm + "abx-plugins>=0.10.2", # shared ArchiveBox plugin package with install_args-only overrides "gallery-dl>=1.31.1", ### UUID7 backport for Python <3.14 "uuid7>=0.1.0; python_version < '3.14'", # for: uuid7 support on Python 3.13 (provides uuid_extensions module)