Skip to content

Commit

Permalink
build(deps): bump the poetry group with 2 updates (#254)
Browse files Browse the repository at this point in the history
Bumps the poetry group with 2 updates: [numpy](https://github.com/numpy/numpy) and [networkx](https://github.com/networkx/networkx).


Updates `numpy` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.1...v2.1.2)

Updates `networkx` from 3.3 to 3.4.2
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.3...networkx-3.4.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: networkx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
...

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 Nov 3, 2024
1 parent a0e2532 commit 03f1724
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 63 deletions.
123 changes: 62 additions & 61 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
pandas = "^2.2.3"
numpy = "^2.1.1"
numpy = "^2.1.2"
dash = "^2.18.1"
networkx = "^3.3"
networkx = "^3.4"
gunicorn = "^23.0.0"
scipy = "^1.14.1"
dash-cytoscape = "^1.0.2"
Expand Down

0 comments on commit 03f1724

Please sign in to comment.