bump dep versions

This commit is contained in:
Nick Sweeting
2026-03-15 14:57:01 -07:00
parent 0ac83c8799
commit f0b255914d

View File

@@ -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)