Skip to content

Commit cc3a798

Browse files
Update networkx requirement from >=2.6 to >=3.2.1
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.2.1) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a318d73 commit cc3a798

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.2.1;python_version>"3.6" # not directly required, pinned by Snyk to avoid a vulnerability
66
typing_extensions

0 commit comments

Comments
 (0)