Skip to content

Commit f7053ac

Browse files
pip(deps): bump plotly from 5.24.1 to 6.0.0
Bumps [plotly](https://github.com/plotly/plotly.py) from 5.24.1 to 6.0.0. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](plotly/plotly.py@v5.24.1...v6.0.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89e8f93 commit f7053ac

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

poetry.lock

Lines changed: 34 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PyJWT = "^2.8.0"
4444
psutil = ">=5.9.8,<7.0.0"
4545
pydantic = "^2.5.3"
4646
pandas = "^2.2.0"
47-
plotly = {version = "^5.18.0", optional = true}
47+
plotly = {version = ">=5.18,<7.0", optional = true}
4848
matplotlib = {version = "^3.8.2", optional = true}
4949
typing_extensions = { version = "^4.11.0", python = "<3.10" }
5050
toml = "^0.10.2"

0 commit comments

Comments
 (0)