Skip to content

Commit ebcd8ae

Browse files
dependabot[bot]mr-c
authored andcommitted
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 744c084 commit ebcd8ae

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-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.22;python_version>='3.7'
2-
ruamel.yaml >= 0.16.12, < 0.17.22
1+
ruamel.yaml >= 0.17.6, < 0.17.23;python_version>='3.7'
2+
ruamel.yaml >= 0.16.12, < 0.17.23
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'

schema_salad/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ def construct_yaml_timestamp(self: Any, node: Any, values: Any = None) -> Any:
121121
_RoundTripNoTimeStampConstructor.construct_yaml_timestamp,
122122
)
123123

124+
# mypy: no-warn-unused-ignores
125+
124126

125127
def yaml_no_ts() -> YAML:
126128
"""

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.22;python_version>='3.7'",
85-
"ruamel.yaml >= 0.16.12, < 0.17.22",
84+
"ruamel.yaml >= 0.17.6, < 0.17.23;python_version>='3.7'",
85+
"ruamel.yaml >= 0.16.12, < 0.17.23",
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)