From 3b72ea65e5369b83655e806f64c10ad924ad3d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 01:35:44 +0000 Subject: [PATCH] pip prod(deps): bump plotly from 5.19.0 to 5.22.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.19.0 to 5.22.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.22.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 558ebf83..d1e7308f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ packaging==23.2 # via plotly pandas==2.2.0 # via -r requirements.txt.in -plotly==5.19.0 +plotly==5.22.0 # via -r requirements.txt.in pycparser==2.21 # via cffi diff --git a/requirements.txt.in b/requirements.txt.in index a3043d88..9dce40d1 100644 --- a/requirements.txt.in +++ b/requirements.txt.in @@ -5,7 +5,7 @@ PyGithub==2.2.0 pandas -plotly==5.19.0 +plotly==5.22.0 copr-cli tft-cli==0.0.16 regex==2023.12.25