Skip to content

Commit b7e706c

Browse files
Update ruamel-yaml requirement
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]>
1 parent 16393f0 commit b7e706c

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.2.0 # also update pyproject.toml
2-
ruamel.yaml>=0.16.0,<0.17.22
2+
ruamel.yaml>=0.16.0,<0.17.27
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.22;python_version>='3.10'
3-
ruamel.yaml>=0.15,<0.17.22
3+
ruamel.yaml>=0.15,<0.17.27
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
@@ -107,7 +107,7 @@
107107
"setuptools",
108108
"requests >= 2.6.1", # >= 2.6.1 to workaround
109109
# https://github.com/ionrock/cachecontrol/issues/137
110-
"ruamel.yaml >= 0.15, < 0.17.22",
110+
"ruamel.yaml >= 0.15, < 0.17.27",
111111
"rdflib >= 4.2.2, < 6.4.0",
112112
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
113113
"shellescape >= 3.4.1, < 3.9",

0 commit comments

Comments
 (0)