Skip to content

Commit 776b0a5

Browse files
bump required datalad-metadata-model version
This commit updates the minimal required version of datalad-metalad-model, in order to include the fix for unicode filenames and obscure filenames.
1 parent a0cf8c6 commit 776b0a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-devel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ coverage
77
sphinx>=1.7.8
88
sphinx-rtd-theme
99
pyyaml
10-
datalad-metadata-model>=0.3.5,<0.4.0
10+
datalad-metadata-model>=0.3.6
1111
pytest
1212
pytest-cov
1313

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ git+https://github.com/mih/datalad.git@mnt-metadata-mv#egg=datalad
66
sphinx>=1.7.8
77
sphinx-rtd-theme
88
pyyaml
9-
datalad-metadata-model>=0.3.5,<0.4.0
9+
datalad-metadata-model>=0.3.6

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python_requires = >= 3.7
1616
install_requires =
1717
six
1818
datalad >= 0.17.6
19-
datalad-metadata-model >=0.3.5,<0.4.0
19+
datalad-metadata-model >=0.3.6
2020
pyyaml
2121
test_requires =
2222
coverage

0 commit comments

Comments
 (0)