bump dep versions

This commit is contained in:
Nick Sweeting
2026-03-15 15:28:19 -07:00
parent f0b255914d
commit 002de811e2

View File

@@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.9.4"
version = "0.9.8"
requires-python = ">=3.13"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
@@ -81,10 +81,10 @@ dependencies = [
"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)
"yt-dlp>=2024.1.0", # for: media extractor
"yt-dlp[default]>=2026.03.13", # for: media extractor
### Binary/Package Management
"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
"abx-pkg>=1.9.5", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm
"abx-plugins>=1.9.5", # 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)