Skip to content

Commit a8967b8

Browse files
committed
build: bump cool-seq-tool version (#611)
1 parent 5781875 commit a8967b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ pydantic = "==2.*"
2222
"ga4gh.vrs" = {version = "==2.*", extras = ["extras"]}
2323
gene-normalizer = ">=0.9.0"
2424
boto3 = "*"
25-
cool-seq-tool = "~=0.13.0"
25+
cool-seq-tool = "~=0.13.1"
2626
bioutils = "*"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"ga4gh.vrs[extras] ==2.*",
3232
"gene-normalizer >=0.9.0",
3333
"boto3",
34-
"cool-seq-tool ~=0.13.0",
34+
"cool-seq-tool ~=0.13.1",
3535
"bioutils"
3636
]
3737
dynamic = ["version"]

0 commit comments

Comments
 (0)