From e6cb4a329cf14c20cf29cb5f55fb3ee17230d161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:01:01 +0000 Subject: [PATCH] chore(deps): bump plotly in the production-dependencies group Bumps the production-dependencies group with 1 update: [plotly](https://github.com/plotly/plotly.py). Updates `plotly` from 5.20.0 to 5.21.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe77bb0..3ddaea0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -305,13 +305,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.2.2)", "pytest- [[package]] name = "plotly" -version = "5.20.0" +version = "5.21.0" description = "An open-source, interactive data visualization library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "plotly-5.20.0-py3-none-any.whl", hash = "sha256:837a9c8aa90f2c0a2f0d747b82544d014dc2a2bdde967b5bb1da25b53932d1a9"}, - {file = "plotly-5.20.0.tar.gz", hash = "sha256:bf901c805d22032cfa534b2ff7c5aa6b0659e037f19ec1e0cca7f585918b5c89"}, + {file = "plotly-5.21.0-py3-none-any.whl", hash = "sha256:a33f41fd5922e45b2b253f795b200d14452eb625790bb72d0a72cf1328a6abbf"}, + {file = "plotly-5.21.0.tar.gz", hash = "sha256:69243f8c165d4be26c0df1c6f0b7b258e2dfeefe032763404ad7e7fb7d7c2073"}, ] [package.dependencies] @@ -534,4 +534,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c17adcfcb5d72d9ca8ce9ef6d823b7eee49819b74ce3792bbe5d6ce0078b47bd" +content-hash = "bc2191cd3cbfc219d48e5933bcea5c7edb922b4b596c46304ccf1224ddd28dda" diff --git a/pyproject.toml b/pyproject.toml index 0e606e6..fc5f3c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = "MPL-2.0" [tool.poetry.dependencies] python = "^3.8" GitPython = "^3.1.43" -plotly = "^5.20.0" +plotly = "^5.21.0" [tool.poetry.group.dev.dependencies] black = "^24.4.0"