From d80408cf7a0d3f2d49e108479d55006f4f4c057f Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Fri, 29 Nov 2024 16:07:55 -0500 Subject: [PATCH] build: use latest wags-tails release (#376) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4023333..1db785b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pg = ["psycopg[binary]"] etl = [ "gffutils", "biocommons.seqrepo", - "wags-tails>=0.1.1", + "wags-tails~=0.2.1", "setuptools", # pinned for 3.12 because yoyo-migrations still uses pkg_resources ] test = ["pytest>=6.0", "pytest-cov", "mock", "httpx"]