Skip to content

Commit

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

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

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 30, 2023
1 parent c452478 commit e8c9a2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mypy==1.6.1
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
networkx==3.1
networkx==3.2.1
# via networkx-stubs
networkx-stubs==0.0.1
# via -r dev_requirements/requirements-type_check.in
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# pip-compile '.\requirements.in'
#
bidict==0.22.1
# via -r .\requirements.in
# via -r requirements.in
frozendict==2.3.8
# via -r .\requirements.in
networkx==3.1
# via -r .\requirements.in
# via -r requirements.in
networkx==3.2.1
# via -r requirements.in
typeguard==4.1.5
# via -r .\requirements.in
# via -r requirements.in
typing-extensions==4.8.0
# via typeguard

0 comments on commit e8c9a2e

Please sign in to comment.