From 153f7563dc2009671d95f38f42b3477148fadd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:25:33 +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.24.0 to 5.24.1 - [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.24.0...v5.24.1) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-patch 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 9b479ad..577ce56 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.24.0" +version = "5.24.1" description = "An open-source, interactive data visualization library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "plotly-5.24.0-py3-none-any.whl", hash = "sha256:0e54efe52c8cef899f7daa41be9ed97dfb6be622613a2a8f56a86a0634b2b67e"}, - {file = "plotly-5.24.0.tar.gz", hash = "sha256:eae9f4f54448682442c92c1e97148e3ad0c52f0cf86306e1b76daba24add554a"}, + {file = "plotly-5.24.1-py3-none-any.whl", hash = "sha256:f67073a1e637eb0dc3e46324d9d51e2fe76e9727c892dde64ddf1e1b51f29089"}, + {file = "plotly-5.24.1.tar.gz", hash = "sha256:dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae"}, ] [package.dependencies] @@ -533,4 +533,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7ab7c99db2230997723b720d3c4ed3f4a62340fc300354565c05bb41dfebf8fb" +content-hash = "63bb1f3871624829acabb43c126aec4a0e7f3e71d2df43f712a0d643b2ed1840" diff --git a/pyproject.toml b/pyproject.toml index 4fea324..b4cda65 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.24.0" +plotly = "^5.24.1" [tool.poetry.group.dev.dependencies] black = "^24.8.0"