From 5aff2332bb6dc718ce6ec647837918962d0c6be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:08:50 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 1 update Bumps the production-dependencies group with 1 update: [plotly](https://github.com/plotly/plotly.py). Updates `plotly` from 5.19.0 to 5.20.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.19.0...v5.20.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 ac550bc..e2f736f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -304,13 +304,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.2.2)", "pytest- [[package]] name = "plotly" -version = "5.19.0" +version = "5.20.0" description = "An open-source, interactive data visualization library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "plotly-5.19.0-py3-none-any.whl", hash = "sha256:906abcc5f15945765328c5d47edaa884bc99f5985fbc61e8cd4dc361f4ff8f5a"}, - {file = "plotly-5.19.0.tar.gz", hash = "sha256:5ea91a56571292ade3e3bc9bf712eba0b95a1fb0a941375d978cc79432e055f4"}, + {file = "plotly-5.20.0-py3-none-any.whl", hash = "sha256:837a9c8aa90f2c0a2f0d747b82544d014dc2a2bdde967b5bb1da25b53932d1a9"}, + {file = "plotly-5.20.0.tar.gz", hash = "sha256:bf901c805d22032cfa534b2ff7c5aa6b0659e037f19ec1e0cca7f585918b5c89"}, ] [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 = "42e73e7a98b91aec556c19c0a8b719ca0936bee1f2707262ea29d57e28123518" +content-hash = "e31e71b7e9aaa5117b34ccbf443bf3cb2f6764589a5b5325f18406bcbb7d4bef" diff --git a/pyproject.toml b/pyproject.toml index 5a2d46d..b303306 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = "MPL-2.0" [tool.poetry.dependencies] python = "^3.8" GitPython = "^3.1.42" -plotly = "^5.19.0" +plotly = "^5.20.0" [tool.poetry.group.dev.dependencies] black = "^24.2.0"