Skip to content

Commit 9060876

Browse files
authored
fix(grz-common,grzctl,grz-cli): add pynacl to dependencies, update crypt4gh (#560)
fix(grz-common): add pynacl to dependencies fix(grz-common,grzctl,grz-cli): update crypt4gh dependency version
1 parent 56a513a commit 9060876

4 files changed

Lines changed: 45 additions & 26 deletions

File tree

packages/grz-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dynamic = ["version"]
1515
dependencies = [
1616
"boto3 >=1.36,<2",
1717
"click >=8.2,<9",
18-
"crypt4gh >=1.7,<2",
18+
"crypt4gh >=1.8.6,<2",
1919
"jsonschema >=4.23.0,<5",
2020
"pyyaml >=6.0.2,<7",
2121
"tqdm >=4.66.5,<5",

packages/grz-common/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ dynamic = ["version"]
1515
dependencies = [
1616
"boto3 >=1.36,<2",
1717
"click >=8.2,<9",
18-
"crypt4gh >=1.7,<2",
18+
"crypt4gh >=1.8.6,<2",
19+
"pynacl >=1.6.2,<2",
1920
"jsonschema >=4.23.0,<5",
2021
"pyyaml >=6.0.2,<7",
2122
"tqdm >=4.66.5,<5",

packages/grzctl/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dynamic = ["version"]
1515
dependencies = [
1616
"boto3 >=1.36,<2",
1717
"click >=8.2,<9",
18-
"crypt4gh >=1.7,<2",
18+
"crypt4gh >=1.8.6,<2",
1919
"jsonschema >=4.23.0,<5",
2020
"pyyaml >=6.0.2,<7",
2121
"tqdm >=4.66.5,<5",
@@ -81,4 +81,4 @@ test = [
8181
"grzctl",
8282
"grz-cli",
8383
"grz-pydantic-models-testing",
84-
]
84+
]

0 commit comments

Comments
 (0)