Skip to content

Commit

Permalink
build(deps): bump the poetry group with 3 updates (#206)
Browse files Browse the repository at this point in the history
Bumps the poetry group with 3 updates: [dash](https://github.com/plotly/dash), [scipy](https://github.com/scipy/scipy) and [dash-cytoscape](https://github.com/plotly/dash-cytoscape).


Updates `dash` from 2.16.1 to 2.17.0
- [Release notes](https://github.com/plotly/dash/releases)
- [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md)
- [Commits](plotly/dash@v2.16.1...v2.17.0)

Updates `scipy` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.13.0...v1.13.1)

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

---
updated-dependencies:
- dependency-name: dash
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: scipy
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 2, 2024
1 parent 65723a2 commit ba4e8a9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 37 deletions.
67 changes: 33 additions & 34 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ license = "GPL-3.0-only"
python = ">=3.11,<3.13"
pandas = "^2.2.2"
numpy = "^1.26.4"
dash = "^2.16.1"
dash = "^2.17.0"
networkx = "^3.3"
gunicorn = "^22.0.0"
scipy = "^1.13.0"
dash-cytoscape = "^1.0.0"
scipy = "^1.13.1"
dash-cytoscape = "^1.0.1"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit ba4e8a9

Please sign in to comment.