Skip to content

Commit 28fc07e

Browse files
Update ruamel-yaml requirement from <0.17.23,>=0.17.6 to >=0.17.6,<0.17.27 (#695)
* 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]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent acd97dc commit 28fc07e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ruamel.yaml >= 0.17.6, < 0.17.23;python_version>='3.7'
2-
ruamel.yaml >= 0.16.12, < 0.17.23
1+
ruamel.yaml >= 0.17.6, < 0.17.27;python_version>='3.7'
2+
ruamel.yaml >= 0.16.12, < 0.17.27
33
rdflib>= 4.2.2, < 7.0.0
44
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
55
rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181

8282
install_requires = [
8383
"requests >= 1.0",
84-
"ruamel.yaml >= 0.17.6, < 0.17.23;python_version>='3.7'",
85-
"ruamel.yaml >= 0.16.12, < 0.17.23",
84+
"ruamel.yaml >= 0.17.6, < 0.17.27;python_version>='3.7'",
85+
"ruamel.yaml >= 0.16.12, < 0.17.27",
8686
"rdflib >= 4.2.2, < 7.0.0",
8787
"rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'",
8888
"mistune>=2.0.3,<2.1",

0 commit comments

Comments
 (0)