Skip to content

Commit

Permalink
build(deps): update ruamel-yaml requirement
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and mr-c committed Oct 24, 2023
1 parent b2a6052 commit f43d18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests >= 1.0
ruamel.yaml >= 0.17.6, < 0.18
ruamel.yaml >= 0.17.6, < 0.19
rdflib>= 4.2.2, < 8.0.0
mistune>=2.0.3,<2.1
CacheControl[filecache]>= 0.11.7, < 0.14
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

install_requires = [
"requests >= 1.0",
"ruamel.yaml >= 0.17.6, < 0.18",
"ruamel.yaml >= 0.17.6, < 0.19",
"rdflib >= 4.2.2, < 8.0.0",
"mistune>=2.0.3,<2.1",
"CacheControl[filecache] >= 0.11.7, < 0.14",
Expand Down

0 comments on commit f43d18b

Please sign in to comment.