Skip to content

Commit 8ec1eb7

Browse files
dependabot[bot]mr-c
authored andcommitted
Update ruamel-yaml requirement from <0.17.10,>=0.15 to >=0.15,<0.17.11
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 83f5fb7 commit 8ec1eb7

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.10
2+
ruamel.yaml>=0.15,<0.17.11
33
rdflib>=4.2.2,<5.1
44
shellescape>=3.4.1,<3.9
55
schema-salad>=7.1.20210518142926,<8

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.10",
111+
"ruamel.yaml >= 0.15, < 0.17.11",
112112
"rdflib >= 4.2.2, < 5.1.0",
113113
"shellescape >= 3.4.1, < 3.9",
114114
# 7.1.20210518142926 or later required due to

0 commit comments

Comments
 (0)