Skip to content

Commit 3af90d0

Browse files
dependabot[bot]mr-c
authored andcommitted
Update ruamel-yaml requirement from <0.17.17,>=0.15 to >=0.15,<0.17.18
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 578159c commit 3af90d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests>=2.4.3
2-
ruamel.yaml>=0.15,<0.17.17
2+
ruamel.yaml>=0.15,<0.17.18
33
rdflib>=4.2.2,<6.1
44
shellescape>=3.4.1,<3.9
55
schema-salad>=8.2.20211104054942,<9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"setuptools",
109109
"requests >= 2.6.1", # >= 2.6.1 to workaround
110110
# https://github.com/ionrock/cachecontrol/issues/137
111-
"ruamel.yaml >= 0.15, < 0.17.17",
111+
"ruamel.yaml >= 0.15, < 0.17.18",
112112
"rdflib >= 4.2.2, < 6.1.0",
113113
"shellescape >= 3.4.1, < 3.9",
114114
"schema-salad >= 8.2.20211104054942, < 9",

0 commit comments

Comments
 (0)