From bb72f68c21ba3f9fc5d2f58771d4bcfd755ee358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:33:44 +0000 Subject: [PATCH] NO-ISSUE: Bump the python-dependencies group with 2 updates (#332) Bumps the python-dependencies group with 2 updates: [junitparser](https://github.com/weiwei/junitparser) and [plotly](https://github.com/plotly/plotly.py). Updates `junitparser` from 3.1.2 to 3.2.0 - [Changelog](https://github.com/weiwei/junitparser/blob/master/CHANGELOG.md) - [Commits](https://github.com/weiwei/junitparser/compare/3.1.2...3.2.0) Updates `plotly` from 5.23.0 to 5.24.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.23.0...v5.24.0) --- updated-dependencies: - dependency-name: junitparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba23975..3a977ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,11 +17,11 @@ classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "requests==2.32.3", "google-cloud-storage==2.18.2", - "junitparser==3.1.2", + "junitparser==3.2.0", "pydantic==1.10.18", "opensearch-py==2.7.1", "slack_sdk==3.31.0", - "plotly==5.23.0", + "plotly==5.24.0", "kaleido==0.2.1", "python-dateutil==2.9.0.post0", "retry==0.9.2",