From d23975735222088ccc87f742263d86ff7dcde074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 15:05:42 +0100 Subject: [PATCH] Update toposort requirement from ~=1.5 to ~=1.7 in /dependency (#1956) Updates the requirements on [toposort]() to permit the latest version. --- updated-dependencies: - dependency-name: toposort dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sajid Alam <90610031+SajidAlamQB@users.noreply.github.com> --- dependency/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency/requirements.txt b/dependency/requirements.txt index 9eb1ba531b..3c84b01ff4 100644 --- a/dependency/requirements.txt +++ b/dependency/requirements.txt @@ -17,4 +17,4 @@ rich~=12.0 rope~=0.21.0 # subject to LGPLv3 license setuptools>=38.0 toml~=0.10 -toposort~=1.5 # Needs to be at least 1.5 to be able to raise CircularDependencyError +toposort~=1.7 # Needs to be at least 1.5 to be able to raise CircularDependencyError