From 7b7d57c202fbe96be7fee6dbd1794f662c6ca4b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 18:07:44 +0000 Subject: [PATCH] release: v0.9.35rc73 --- etc/package.json | 2 +- pyproject.toml | 2 +- uv.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/package.json b/etc/package.json index 7ed0ad87..d2f9bc13 100644 --- a/etc/package.json +++ b/etc/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.9.35rc72", + "version": "0.9.35rc73", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 72c0336f..b438948c 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.35rc72" +version = "0.9.35rc73" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}] diff --git a/uv.lock b/uv.lock index a16c59fb..b4980828 100644 --- a/uv.lock +++ b/uv.lock @@ -13,11 +13,11 @@ supported-markers = [ ] [options] -exclude-newer = "2026-06-16T16:41:35.715127527Z" +exclude-newer = "2026-06-16T18:07:37.889883924Z" exclude-newer-span = "P5D" [options.exclude-newer-package] -abxbus = { timestamp = "2026-06-21T16:41:34.71513935Z", span = "PT1S" } +abxbus = { timestamp = "2026-06-21T18:07:36.889923671Z", span = "PT1S" } abx-plugins = "2100-01-01T00:00:00Z" abx-dl = "2100-01-01T00:00:00Z" abxpkg = "2100-01-01T00:00:00Z" @@ -124,7 +124,7 @@ wheels = [ [[package]] name = "archivebox" -version = "0.9.35rc72" +version = "0.9.35rc73" source = { editable = "." } dependencies = [ { name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },