From bfac290e0d445c2d6b7dcb15d00dec2dff7a24bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:19:44 +0000 Subject: [PATCH] Bump plotly from 5.17.0 to 5.18.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.17.0 to 5.18.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.17.0...v5.18.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 208a9da..a049210 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -45,6 +45,10 @@ cycler==0.11.0 # via matplotlib distlib==0.3.7 # via virtualenv +exceptiongroup==1.1.3 + # via + # cattrs + # pytest filelock==3.12.4 # via virtualenv fiona==1.9.4.post1 @@ -106,7 +110,7 @@ platformdirs==3.10.0 # black # requests-cache # virtualenv -plotly==5.17.0 +plotly==5.18.0 # via -r requirements.dev.in pluggy==1.3.0 # via pytest @@ -151,6 +155,17 @@ six==1.16.0 # url-normalize tenacity==8.2.3 # via plotly +tomli==2.0.1 + # via + # black + # build + # pip-tools + # pyproject-hooks + # pytest +typing-extensions==4.8.0 + # via + # black + # cattrs tzdata==2023.3 # via pandas unidecode==1.3.7