Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2022
1 parent 98d00b8 commit 1087743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==3.1.14
python-dateutil==2.8.2
networkx==2.8.7
networkx==2.8.8
matminer==0.7.8
boto3==1.24.70
docopt==0.6.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
install_requires=["python-dateutil==2.8.2",
"networkx==2.8.7",
"networkx==2.8.8",
"matplotlib==3.6.2",
"matminer==0.7.8",
"awscli",
Expand Down

0 comments on commit 1087743

Please sign in to comment.