Bump for abx-dl 1.12.213

This commit is contained in:
ArchiveBox Release Bot 2026-08-29 01:08:55 +00:00
parent 9758ffff9a
commit 7e77146b86
2 changed files with 7 additions and 7 deletions

View File

@ -83,7 +83,7 @@ dependencies = [
"abxbus==2.5.56", # direct imports only; version constrained by abx-dl -> abx-plugins
"abxpkg==1.12.109", # direct imports only; version constrained by abx-dl -> abx-plugins
"abx-plugins==1.12.192", # direct imports only; version constrained by abx-dl
"abx-dl==1.12.212", # shared ArchiveBox downloader package
"abx-dl==1.12.213", # shared ArchiveBox downloader package
### UUID7 backport for Python <3.14
"uuid7>=0.1.0; python_version < '3.14'", # provides the uuid_extensions module on Python 3.13
]

12
uv.lock
View File

@ -13,18 +13,18 @@ supported-markers = [
]
[options]
exclude-newer = "2026-08-24T01:00:18.551354821Z"
exclude-newer = "2026-08-24T01:08:53.492624325Z"
exclude-newer-span = "P5D"
[options.exclude-newer-package]
abxbus = { timestamp = "2026-08-29T01:00:17.551370204Z", span = "PT1S" }
abxbus = { timestamp = "2026-08-29T01:08:52.492638011Z", span = "PT1S" }
abx-plugins = "2100-01-01T00:00:00Z"
abx-dl = "2100-01-01T00:00:00Z"
abxpkg = "2100-01-01T00:00:00Z"
[[package]]
name = "abx-dl"
version = "1.12.212"
version = "1.12.213"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "abx-plugins", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
@ -38,9 +38,9 @@ dependencies = [
{ name = "rich", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
{ name = "rich-click", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/aa/e9/3e99a0ef38a558d2e4c3481b20bcaa2742f3bb7243b464ed055500c16b35/abx_dl-1.12.212.tar.gz", hash = "sha256:cee4bee198aad0ac54fb00a0e3cc14d80510ccf42d39aa53c30e4ecd122a257b", size = 84055 }
sdist = { url = "https://files.pythonhosted.org/packages/b9/7b/029673820d2fc71b1b5e8916f24b2d8a5eb87c551abc5d546e748c4a38d4/abx_dl-1.12.213.tar.gz", hash = "sha256:e144e004f5ed5d88c03b170e0dde5afd78d83a2b4685f16cf29b4aea28c8cc5a", size = 84082 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/bf/c1/92f6706a6f83fa4dc38d5af79be20b1d16eea0b01918aa76cb33d627fc90/abx_dl-1.12.212-py3-none-any.whl", hash = "sha256:93db95432441ab36ea121ab5ff4c1959f4a96eb7483bd0c1611ec5fba37df039", size = 87729 },
{ url = "https://files.pythonhosted.org/packages/1b/e8/1419970eb6178dbb5dca91a90073e3cd67c796791b64b0eb48a1defe54a2/abx_dl-1.12.213-py3-none-any.whl", hash = "sha256:42fa8992188e19316eb6e0bc86f44454ccf5f6889a19cb0c0b96250b112319b9", size = 87727 },
]
[[package]]
@ -220,7 +220,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "abx-dl", specifier = "==1.12.212" },
{ name = "abx-dl", specifier = "==1.12.213" },
{ name = "abx-plugins", specifier = "==1.12.192" },
{ name = "abxbus", specifier = "==2.5.56" },
{ name = "abxpkg", specifier = "==1.12.109" },