diff --git a/pyproject.toml b/pyproject.toml index 5aedca5..41254fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,20 +5,16 @@ description = "A workflow for creating new samples in Virtool." readme = "README.md" requires-python = ">=3.13.7,<3.14" authors = [ - {name = "Ian Boyes"}, - {name = "Jake Alexander"}, - {name = "Blake Smith"}, + { name = "Ian Boyes" }, + { name = "Jake Alexander" }, + { name = "Blake Smith" }, ] license = "MIT" -dependencies = [ - "virtool", -] +dependencies = ["virtool"] [dependency-groups] -dev = [ - "ruff>=0.12.11", -] +dev = ["ruff>=0.12.11"] [tool.uv.sources] -virtool = { git = "https://github.com/virtool/virtool", tag = "31.11.3" } +virtool = { git = "https://github.com/virtool/virtool", tag = "33.3.7" } diff --git a/uv.lock b/uv.lock index 8776b49..464ac00 100644 --- a/uv.lock +++ b/uv.lock @@ -980,7 +980,7 @@ wheels = [ [[package]] name = "virtool" version = "0.0.0" -source = { git = "https://github.com/virtool/virtool?tag=31.11.3#67cbcf09cdc824cdbb3ddfb3497bbeee404236ea" } +source = { git = "https://github.com/virtool/virtool?tag=33.3.7#d2358d8578c1535f9996e47f31888525eee15a1e" } dependencies = [ { name = "aiofiles" }, { name = "aiohttp", extra = ["speedups"] }, @@ -1039,7 +1039,7 @@ dev = [ ] [package.metadata] -requires-dist = [{ name = "virtool", git = "https://github.com/virtool/virtool?tag=31.11.3" }] +requires-dist = [{ name = "virtool", git = "https://github.com/virtool/virtool?tag=33.3.7" }] [package.metadata.requires-dev] dev = [{ name = "ruff", specifier = ">=0.12.11" }]