Skip to content

Commit a99f273

Browse files
build(deps): update ruamel-yaml requirement (#997)
Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a00d9f commit a99f273

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
"black>=19.10b0,<26.2",
77
"types-requests",
88
"types-dataclasses",
9-
"ruamel.yaml>=0.17.6, < 0.19",
9+
"ruamel.yaml>= 0.17.6, < 0.20",
1010
"types-setuptools",
1111
"CacheControl[filecache] >= 0.14.0, < 0.15",
1212
"rich-argparse",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests >= 1.0
2-
ruamel.yaml >= 0.17.6, < 0.19
2+
ruamel.yaml >= 0.17.6, < 0.20
33
rdflib>= 4.2.2, < 8.0.0
44
mistune>=3,<3.3
55
CacheControl[filecache]>= 0.13.1, < 0.15

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
install_requires = [
8686
"requests >= 1.0",
87-
"ruamel.yaml >= 0.17.6, < 0.19",
87+
"ruamel.yaml >= 0.17.6, < 0.20",
8888
"rdflib >= 4.2.2, < 8.0.0",
8989
"mistune>=3,<3.3",
9090
"CacheControl[filecache] >= 0.13.1, < 0.15",

0 commit comments

Comments
 (0)