Skip to content

Commit 245a52d

Browse files
Update ruamel-yaml requirement from <0.18,>=0.17.6 to >=0.17.6,<0.19 (#253)
* Update ruamel-yaml requirement from <0.18,>=0.17.6 to >=0.17.6,<0.19 Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent d72a14b commit 245a52d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ packaging
33
rdflib
44
requests
55
schema-salad >= 8.3.20220825114525, < 9
6-
ruamel.yaml >= 0.17.6, < 0.18;python_version>='3.7'
7-
ruamel.yaml >= 0.16.12, < 0.19
6+
ruamel.yaml >= 0.17.6, < 0.19

testdata/dockstore-tool-md5sum.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ inputs:
4343
outputs:
4444
output_file:
4545
type: File
46-
format: http://edamontology.org/data_3671
4746
outputBinding:
4847
glob: md5sum.txt
4948
doc: A text file that contains a single line that is the md5sum of the input file.

0 commit comments

Comments
 (0)