Skip to content

Commit

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


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

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

---
updated-dependencies:
- dependency-name: dash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: scipy
  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 Jul 2, 2024
1 parent 088a72c commit 39a6608
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
74 changes: 37 additions & 37 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 @@ -9,10 +9,10 @@ license = "GPL-3.0-only"
python = ">=3.11,<3.13"
pandas = "^2.2.2"
numpy = "^1.26.4"
dash = "^2.17.0"
dash = "^2.17.1"
networkx = "^3.3"
gunicorn = "^22.0.0"
scipy = "^1.13.1"
scipy = "^1.14.0"
dash-cytoscape = "^1.0.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 39a6608

Please sign in to comment.