This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/sbp by this push:
new 7281bdce Use asfquart main, as it now supports maximum session
lifetimes
7281bdce is described below
commit 7281bdce756e84d7fd1ac80d3304d3939b9c098b
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Feb 20 20:00:30 2026 +0000
Use asfquart main, as it now supports maximum session lifetimes
---
pyproject.toml | 2 +-
requirements-for-pip-audit.txt | 2 +-
uv.lock | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index ad547edb..c3dceccf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
"aiosqlite>=0.21.0,<0.22.0",
"aiozipstream (>=0.4,<0.5)",
"alembic~=1.14",
- "asfquart @ git+https://github.com/apache/infrastructure-asfquart.git@sbp",
+ "asfquart @ git+https://github.com/apache/infrastructure-asfquart.git@main",
"asyncssh>=2.20.0,<3.0.0",
"blake3>=1.0.8",
"blockbuster>=1.5.23,<2.0.0",
diff --git a/requirements-for-pip-audit.txt b/requirements-for-pip-audit.txt
index 9464aa0f..c246bfba 100644
--- a/requirements-for-pip-audit.txt
+++ b/requirements-for-pip-audit.txt
@@ -30,7 +30,7 @@ arrow==1.4.0
# via isoduration
asfpy==0.58
# via asfquart
-asfquart @
git+https://github.com/apache/infrastructure-asfquart.git@2149346f4463247b86e21cbf71f7f80a954ce6bf
+asfquart @
git+https://github.com/apache/infrastructure-asfquart.git@64f2074c8467dc797cd2fd99d2eb3f2bfe04297c
# via tooling-trusted-releases
asyncssh==2.22.0
# via tooling-trusted-releases
diff --git a/uv.lock b/uv.lock
index 98d1be08..e69c2a92 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,7 +3,7 @@ revision = 3
requires-python = "==3.13.*"
[options]
-exclude-newer = "2026-02-20T16:45:38Z"
+exclude-newer = "2026-02-20T19:59:50Z"
[[package]]
name = "aiofiles"
@@ -178,7 +178,7 @@ wheels = [
[[package]]
name = "asfquart"
version = "0.1.13"
-source = { git =
"https://github.com/apache/infrastructure-asfquart.git?rev=sbp#2149346f4463247b86e21cbf71f7f80a954ce6bf"
}
+source = { git =
"https://github.com/apache/infrastructure-asfquart.git?rev=main#64f2074c8467dc797cd2fd99d2eb3f2bfe04297c"
}
dependencies = [
{ name = "aiohttp" },
{ name = "asfpy" },
@@ -1962,7 +1962,7 @@ requires-dist = [
{ name = "aiosqlite", specifier = ">=0.21.0,<0.22.0" },
{ name = "aiozipstream", specifier = ">=0.4,<0.5" },
{ name = "alembic", specifier = "~=1.14" },
- { name = "asfquart", git =
"https://github.com/apache/infrastructure-asfquart.git?rev=sbp" },
+ { name = "asfquart", git =
"https://github.com/apache/infrastructure-asfquart.git?rev=main" },
{ name = "asyncssh", specifier = ">=2.20.0,<3.0.0" },
{ name = "blake3", specifier = ">=1.0.8" },
{ name = "blockbuster", specifier = ">=1.5.23,<2.0.0" },
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]