Skip to content

Commit 56cd06f

Browse files
Update ruamel-yaml requirement (#1846)
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>
1 parent 272a2ca commit 56cd06f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mypy==1.3.0 # also update pyproject.toml
2-
ruamel.yaml>=0.16.0,<0.17.27
2+
ruamel.yaml>=0.16.0,<0.17.28
33
schema-salad>=8.4,<9
44
cwl-utils >=0.22
55
types-requests

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests>=2.6.1
22
ruamel.yaml>=0.16.0,<0.17.27;python_version>='3.10'
3-
ruamel.yaml>=0.15,<0.17.27
3+
ruamel.yaml>=0.15,<0.17.28
44
rdflib>=4.2.2,<6.4
55
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
66
shellescape>=3.4.1,<3.9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"setuptools",
113113
"requests >= 2.6.1", # >= 2.6.1 to workaround
114114
# https://github.com/ionrock/cachecontrol/issues/137
115-
"ruamel.yaml >= 0.15, < 0.17.27",
115+
"ruamel.yaml >= 0.15, < 0.17.28",
116116
"rdflib >= 4.2.2, < 6.4.0",
117117
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
118118
"shellescape >= 3.4.1, < 3.9",

0 commit comments

Comments
 (0)