Skip to content

Commit 3d61ffb

Browse files
dependabot[bot]mr-c
authored andcommitted
Update ruamel-yaml requirement from <0.18,>=0.16.0 to >=0.16.0,<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]>
1 parent 8202d5e commit 3d61ffb

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.6.1 # also update pyproject.toml
2-
ruamel.yaml>=0.16.0,<0.18
2+
ruamel.yaml>=0.16.0,<0.19
33
cwl-utils>=0.22
44
types-requests
55
types-setuptools

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests>=2.6.1
2-
ruamel.yaml>=0.16.0,<0.18
2+
ruamel.yaml>=0.16.0,<0.19
33
rdflib>=4.2.2,<7.1
44
shellescape>=3.4.1,<3.9
55
schema-salad>=8.4.20230426093816,<9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"setuptools",
103103
"requests >= 2.6.1", # >= 2.6.1 to workaround
104104
# https://github.com/ionrock/cachecontrol/issues/137
105-
"ruamel.yaml >= 0.16, < 0.18",
105+
"ruamel.yaml >= 0.16, < 0.19",
106106
"rdflib >= 4.2.2, < 7.1.0",
107107
"shellescape >= 3.4.1, < 3.9",
108108
"schema-salad >= 8.4.20230426093816, < 9",

0 commit comments

Comments
 (0)