Skip to content

Commit 67c0223

Browse files
Use metldata v4.0.1 (#74)
1 parent 54ee450 commit 67c0223

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.pyproject_generation/pyproject_custom.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "ghga_datasteward_kit"
3-
version = "5.0.0"
3+
version = "5.0.1"
44
description = "GHGA Data Steward Kit - A utils package for GHGA data stewards."
55
dependencies = [
66
"crypt4gh >=1.6, <2",
77
"hexkit[s3] >=5.3",
88
"ghga-transpiler >=2.1.2, <3",
9-
"metldata~=4.0",
9+
"metldata >=4.0.1, <5",
1010
"tenacity >=9.0.0, <10",
1111
]
1212

lock/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -941,9 +941,9 @@ mdurl==0.1.2 \
941941
--hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 \
942942
--hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba
943943
# via markdown-it-py
944-
metldata==4.0.0 \
945-
--hash=sha256:01c50cc236a5327c081fdd94797182fdc4e1d4f96758c177ad2b2c9ca2c2c3c4 \
946-
--hash=sha256:a99b6a44f03f1d683a6c31a77c1bbb53b5ca24921f79a13705e20c0e63fd6dcb
944+
metldata==4.0.1 \
945+
--hash=sha256:7d0e24d41ed2af02850f08b5e3429ea435e75945f2d4f05df629f82599e86533 \
946+
--hash=sha256:b22a119f59751f100b5057a7fe9a18f2c128b26a345714f55ecec223f19af095
947947
# via ghga-datasteward-kit (pyproject.toml)
948948
motor==3.7.1 \
949949
--hash=sha256:27b4d46625c87928f331a6ca9d7c51c2f518ba0e270939d395bc1ddc89d64526 \

lock/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -932,9 +932,9 @@ mdurl==0.1.2 \
932932
# via
933933
# -c lock/requirements-dev.txt
934934
# markdown-it-py
935-
metldata==4.0.0 \
936-
--hash=sha256:01c50cc236a5327c081fdd94797182fdc4e1d4f96758c177ad2b2c9ca2c2c3c4 \
937-
--hash=sha256:a99b6a44f03f1d683a6c31a77c1bbb53b5ca24921f79a13705e20c0e63fd6dcb
935+
metldata==4.0.1 \
936+
--hash=sha256:7d0e24d41ed2af02850f08b5e3429ea435e75945f2d4f05df629f82599e86533 \
937+
--hash=sha256:b22a119f59751f100b5057a7fe9a18f2c128b26a345714f55ecec223f19af095
938938
# via
939939
# -c lock/requirements-dev.txt
940940
# ghga-datasteward-kit (pyproject.toml)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ classifiers = [
2121
"Intended Audience :: Developers",
2222
]
2323
name = "ghga_datasteward_kit"
24-
version = "5.0.0"
24+
version = "5.0.1"
2525
description = "GHGA Data Steward Kit - A utils package for GHGA data stewards."
2626
dependencies = [
2727
"crypt4gh >=1.6, <2",
2828
"hexkit[s3] >=5.3",
2929
"ghga-transpiler >=2.1.2, <3",
30-
"metldata~=4.0",
30+
"metldata >=4.0.1, <5",
3131
"tenacity >=9.0.0, <10",
3232
]
3333

0 commit comments

Comments
 (0)