From f43d18b9d21ab6d53b7fb151433322981c92f54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 06:46:18 +0000 Subject: [PATCH] build(deps): 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5fbf5df7..457e5d6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 6a2ead3d..8f04d591 100644 --- a/setup.py +++ b/setup.py @@ -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",