Skip to content

Commit

Permalink
Bump networkx from 3.4 to 3.4.1 (#909)
Browse files Browse the repository at this point in the history
Bumps [networkx](https://github.com/networkx/networkx) from 3.4 to 3.4.1.
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.4...networkx-3.4.1)

---
updated-dependencies:
- dependency-name: networkx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent b01753d commit 5ab27cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
iniconfig==2.0.0
# via pytest
mypy==1.12.0
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
networkx==3.4
networkx==3.4.1
# via networkx-stubs
networkx-stubs==0.0.1
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
types-requests==2.32.0.20240914
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
typing-extensions==4.11.0
# via mypy
urllib3==2.2.2
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ markupsafe==2.1.3
# via jinja2
more-itertools==10.2.0
# via bo4e-schema-tool
networkx==3.4
networkx==3.4.1
# via -r docs/requirements.in
packaging==24.0
# via sphinx
Expand Down

0 comments on commit 5ab27cc

Please sign in to comment.