Skip to content

Commit e2fdbc6

Browse files
Update networkx requirement from ~=3.1.0 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-3.1...networkx-3.2.1) --- updated-dependencies: - dependency-name: networkx dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 238ae72 commit e2fdbc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ furo~=2024.8.6
33
requests~=2.32.3
44
pydantic~=2.10.6
55
jinja2~=3.1.6
6-
networkx~=3.1.0
6+
networkx~=3.2.1
77
tenacity~=9.0.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ deepdiff~=7.0.1
1818
pytest-cov~=5.0.0
1919
twine~=6.1.0
2020
types-retry~=0.9.9.20241221
21-
networkx~=3.1.0
21+
networkx~=3.2.1
2222
networkx-stubs~=0.0.1

0 commit comments

Comments
 (0)