Skip to content

Commit 88054cd

Browse files
Update networkx requirement from >=2.6 to >=3.4.2
Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](networkx/networkx@networkx-2.6...networkx-3.4.2) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a318d73 commit 88054cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ prov == 1.5.3
22
bdbag >= 1.4.1
33
arcp >= 0.2.0
44
rdflib >= 6, <8
5-
networkx>=2.6;python_version>"3.6" # not directly required, pinned by Snyk to avoid a vulnerability
5+
networkx>=3.4.2;python_version>"3.6" # not directly required, pinned by Snyk to avoid a vulnerability
66
typing_extensions

0 commit comments

Comments
 (0)