Skip to content

Commit

Permalink
build(deps): bump the poetry group with 2 updates (#229)
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 [dash-cytoscape](https://github.com/plotly/dash-cytoscape).


Updates `numpy` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.0.0...v2.0.1)

Updates `dash-cytoscape` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/plotly/dash-cytoscape/releases)
- [Commits](plotly/dash-cytoscape@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: dash-cytoscape
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Aug 3, 2024
1 parent a1ff89e commit e1f97b9
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
100 changes: 50 additions & 50 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,12 +8,12 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
pandas = "^2.2.2"
numpy = "^2.0.0"
numpy = "^2.0.1"
dash = "^2.17.1"
networkx = "^3.3"
gunicorn = "^22.0.0"
scipy = "^1.14.0"
dash-cytoscape = "^1.0.1"
dash-cytoscape = "^1.0.2"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit e1f97b9

Please sign in to comment.