From 2da56c4904118b8016e04b346cf3cd5c3aaaa3d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 01:09:05 +0000 Subject: [PATCH] pip prod(deps): bump plotly from 5.22.0 to 5.23.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.22.0 to 5.23.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.22.0...v5.23.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements.txt.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b026f412..3eea6869 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ packaging==23.2 # via plotly pandas==2.2.2 # via -r requirements.txt.in -plotly==5.22.0 +plotly==5.23.0 # via -r requirements.txt.in pycparser==2.21 # via cffi diff --git a/requirements.txt.in b/requirements.txt.in index ea9fa72e..e0c4afe1 100644 --- a/requirements.txt.in +++ b/requirements.txt.in @@ -5,7 +5,7 @@ PyGithub==2.3.0 pandas -plotly==5.22.0 +plotly==5.23.0 copr-cli tft-cli==0.0.17 regex==2024.5.15