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 d61a7a4b Update aiosqlite
d61a7a4b is described below
commit d61a7a4b2d64109ed848540b9d55a4b486dceff4
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Mar 16 17:50:50 2026 +0000
Update aiosqlite
---
pyproject.toml | 2 +-
requirements-for-pip-audit.txt | 3 +--
uv.lock | 13 +++++--------
3 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index e2ec30b7..08893f90 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
"aiohttp>=3.11.14",
"aioshutil (>=1.5,<2.0)",
"aiosmtplib (>=4.0.0,<6.0.0)",
- "aiosqlite>=0.21.0,<0.22.0",
+ "aiosqlite>=0.21.0,<0.23.0",
"aiozipstream (>=0.4,<0.5)",
"alembic~=1.14",
"asfquart @ git+https://github.com/apache/infrastructure-asfquart.git@main",
diff --git a/requirements-for-pip-audit.txt b/requirements-for-pip-audit.txt
index 99209596..93bbf315 100644
--- a/requirements-for-pip-audit.txt
+++ b/requirements-for-pip-audit.txt
@@ -16,7 +16,7 @@ aiosignal==1.4.0
# via aiohttp
aiosmtplib==5.1.0
# via tooling-trusted-releases
-aiosqlite==0.21.0
+aiosqlite==0.22.1
# via tooling-trusted-releases
aiozipstream==0.4
# via tooling-trusted-releases
@@ -348,7 +348,6 @@ types-aiofiles==25.1.0.20251011
# via quart-uploads
typing-extensions==4.15.0
# via
- # aiosqlite
# alembic
# asyncssh
# pydantic
diff --git a/uv.lock b/uv.lock
index d8f2daeb..756bf49f 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,7 +3,7 @@ revision = 3
requires-python = "==3.13.*"
[options]
-exclude-newer = "2026-03-16T17:17:02Z"
+exclude-newer = "2026-03-16T17:46:37Z"
[[package]]
name = "aiofiles"
@@ -89,14 +89,11 @@ wheels = [
[[package]]
name = "aiosqlite"
-version = "0.21.0"
+version = "0.22.1"
source = { registry = "https://pypi.org/simple" }
-dependencies = [
- { name = "typing-extensions" },
-]
-sdist = { url =
"https://files.pythonhosted.org/packages/13/7d/8bca2bf9a247c2c5dfeec1d7a5f40db6518f88d314b8bca9da29670d2671/aiosqlite-0.21.0.tar.gz",
hash =
"sha256:131bb8056daa3bc875608c631c678cda73922a2d4ba8aec373b19f18c17e7aa3", size
= 13454, upload-time = "2025-02-03T07:30:16.235Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/4e/8a/64761f4005f17809769d23e518d915db74e6310474e733e3593cfc854ef1/aiosqlite-0.22.1.tar.gz",
hash =
"sha256:043e0bd78d32888c0a9ca90fc788b38796843360c855a7262a532813133a0650", size
= 14821, upload-time = "2025-12-23T19:25:43.997Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/f5/10/6c25ed6de94c49f88a91fa5018cb4c0f3625f31d5be9f771ebe5cc7cd506/aiosqlite-0.21.0-py3-none-any.whl",
hash =
"sha256:2549cf4057f95f53dcba16f2b64e8e2791d7e1adedb13197dd8ed77bb226d7d0", size
= 15792, upload-time = "2025-02-03T07:30:13.6Z" },
+ { url =
"https://files.pythonhosted.org/packages/00/b7/e3bf5133d697a08128598c8d0abc5e16377b51465a33756de24fa7dee953/aiosqlite-0.22.1-py3-none-any.whl",
hash =
"sha256:21c002eb13823fad740196c5a2e9d8e62f6243bd9e7e4a1f87fb5e44ecb4fceb", size
= 17405, upload-time = "2025-12-23T19:25:42.139Z" },
]
[[package]]
@@ -1989,7 +1986,7 @@ requires-dist = [
{ name = "aiohttp", specifier = ">=3.11.14" },
{ name = "aioshutil", specifier = ">=1.5,<2.0" },
{ name = "aiosmtplib", specifier = ">=4.0.0,<6.0.0" },
- { name = "aiosqlite", specifier = ">=0.21.0,<0.22.0" },
+ { name = "aiosqlite", specifier = ">=0.21.0,<0.23.0" },
{ name = "aiozipstream", specifier = ">=0.4,<0.5" },
{ name = "alembic", specifier = "~=1.14" },
{ name = "asfquart", git =
"https://github.com/apache/infrastructure-asfquart.git?rev=main" },
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]