Skip to content

Commit 71d0f0c

Browse files
committed
fix(build): update dependency versions in Pipfile (#584)
* Forgot to do this in #582, so Elastic Beanstalk build was failing
1 parent 5c140d7 commit 71d0f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ruff = "==0.5.0"
1919
fastapi = "*"
2020
uvicorn = "*"
2121
pydantic = "==2.*"
22-
"ga4gh.vrs" = {version = "~=2.0.0a10", extras = ["extras"]}
23-
gene-normalizer = "~=0.4.0"
22+
"ga4gh.vrs" = {version = "==2.0.0a13", extras = ["extras"]}
23+
gene-normalizer = "~=0.6.0"
2424
boto3 = "*"
2525
cool-seq-tool = "~=0.6.0"
2626
bioutils = "*"

0 commit comments

Comments
 (0)