From 4985938209bf2a43a9221f613c390c1864396320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 22:38:27 -0800 Subject: [PATCH] Update networkx requirement from <2.8.8,>=2 to >=2,<2.8.9 (#4268) Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-2.0...networkx-2.8.8) --- updated-dependencies: - dependency-name: networkx 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> --- requirements-cwl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cwl.txt b/requirements-cwl.txt index fdf6b8c823..f24046fcdb 100644 --- a/requirements-cwl.txt +++ b/requirements-cwl.txt @@ -3,5 +3,5 @@ schema-salad>=8.3.20220913105718,<8.4 galaxy-tool-util ruamel.yaml>=0.15,<=0.17.21 ruamel.yaml.clib>=0.2.6 -networkx>=2,<2.8.8 +networkx>=2,<2.8.9 CacheControl[filecache]