From 48851c55fd92e998d87ee6241d094e9c49bf73ed Mon Sep 17 00:00:00 2001 From: Ian Boyes Date: Wed, 12 Aug 2026 10:04:28 -0700 Subject: [PATCH] chore(deps): update virtool to 41.16.0 --- pyproject.toml | 2 +- uv.lock | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14c447f..fe7e945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,4 +17,4 @@ dependencies = ["virtool"] dev = ["ruff>=0.16.2"] [tool.uv.sources] -virtool = { git = "https://github.com/virtool/virtool", tag = "41.10.0" } +virtool = { git = "https://github.com/virtool/virtool", tag = "41.16.0" } diff --git a/uv.lock b/uv.lock index 13e1dce..4fe41a6 100644 --- a/uv.lock +++ b/uv.lock @@ -105,6 +105,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl", hash = "sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e", size = 7490, upload-time = "2025-07-03T22:54:42.156Z" }, ] +[[package]] +name = "aiosqlite" +version = "0.22.1" +source = { registry = "https://pypi.org/simple" } +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/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]] name = "alembic" version = "1.18.5" @@ -299,11 +308,11 @@ wheels = [ [[package]] name = "certifi" -version = "2026.5.20" +version = "2026.7.22" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f3/ce/ee2ecad540810a79593028e88299baeae54d346cc7a0d94b6199988b89b1/certifi-2026.5.20.tar.gz", hash = "sha256:69dea482ab64caa7b9f6aba1c6bf48bb6a5448d1c0f1b17ab42ad8c763a5344d", size = 135422, upload-time = "2026-05-20T11:46:50.073Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a3/c2/24167ea9858356b47a87a50d39908bfdb72ceeefe0041586e704e5376b3a/certifi-2026.7.22.tar.gz", hash = "sha256:741e2c3b351ddf169a738da9f2c048608ff7f2c5cc02f1ebc6b118bb090d5d55", size = 138112, upload-time = "2026-07-22T03:35:12.644Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/59/8c/57e832b7af6d7c5abe66eb3fbe3a3a32f4d11ea23a1aa7131371035be991/certifi-2026.5.20-py3-none-any.whl", hash = "sha256:3c52e209ba0a4ad7aebe60436a4ab349c39e1e602e8c134221e546902ad25897", size = 134134, upload-time = "2026-05-20T11:46:48.578Z" }, + { url = "https://files.pythonhosted.org/packages/0b/a7/71ac2cff56fec219ed242bb11b8efb69fcc4bec75db06fb7bfe35de520e6/certifi-2026.7.22-py3-none-any.whl", hash = "sha256:62f22742b58a1a33014a2b6b706588a8d7e2a88ae7bd1a6ebe8c992928483775", size = 136983, upload-time = "2026-07-22T03:35:11.276Z" }, ] [[package]] @@ -963,11 +972,12 @@ wheels = [ [[package]] name = "virtool" version = "0.0.0" -source = { git = "https://github.com/virtool/virtool?tag=41.10.0#1298c1e1011521d7658140a25c6e18738f3c4a94" } +source = { git = "https://github.com/virtool/virtool?tag=41.16.0#eb3367db9fcb23cace41db6d42fe0ecc3c75d156" } dependencies = [ { name = "aiofiles" }, { name = "aiohttp", extra = ["speedups"] }, { name = "aiohttp-pydantic" }, + { name = "aiosqlite" }, { name = "alembic", extra = ["tz"] }, { name = "arrow" }, { name = "asyncpg" }, @@ -1019,7 +1029,7 @@ dev = [ ] [package.metadata] -requires-dist = [{ name = "virtool", git = "https://github.com/virtool/virtool?tag=41.10.0" }] +requires-dist = [{ name = "virtool", git = "https://github.com/virtool/virtool?tag=41.16.0" }] [package.metadata.requires-dev] dev = [{ name = "ruff", specifier = ">=0.16.2" }]