From 26f6d68cf56de6ab27163ff2b6f16378a427e96e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 15 Mar 2026 22:41:06 -0700 Subject: [PATCH] bump dep version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d654672c..f9990e53 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "yt-dlp[default]>=2026.03.13", # for: media extractor ### Binary/Package Management "abx-pkg>=1.9.10", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm - "abx-plugins>=1.9.14", # shared ArchiveBox plugin package with install_args-only overrides + "abx-plugins>=1.9.15", # 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'", # provides the uuid_extensions module on Python 3.13