From 3f3c2d38becfeee0a8c4ae37060b15d9acc5ed04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:39:12 +0000 Subject: [PATCH] chore(deps): bump the runtime-dependencies group with 4 updates Updates the requirements on [plotly](https://github.com/plotly/plotly.py), [numpy](https://github.com/numpy/numpy), [kaleido](https://github.com/plotly/kaleido) and [streamlit](https://github.com/streamlit/streamlit) to permit the latest version. Updates `plotly` to 6.7.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.0.0...v6.7.0) Updates `numpy` to 2.0.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.20.0...v2.0.2) Updates `kaleido` to 1.2.0 - [Release notes](https://github.com/plotly/kaleido/releases) - [Commits](https://github.com/plotly/kaleido/compare/v0.2.1...v1.2.0) Updates `streamlit` to 1.50.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.30.0...1.50.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.7.0 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: kaleido dependency-version: 1.2.0 dependency-type: direct:production dependency-group: runtime-dependencies - dependency-name: streamlit dependency-version: 1.50.0 dependency-type: direct:production dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0e4653..5135aec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,10 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "plotly>=5.0.0", - "numpy>=1.20.0", + "plotly>=6.7.0", + "numpy>=2.0.2", "rdkit>=2022.3.1", - "kaleido>=0.2.1", + "kaleido>=1.2.0", ] [project.optional-dependencies] @@ -44,7 +44,7 @@ dev = [ "pre-commit>=3.0.0", ] gui = [ - "streamlit>=1.30.0", + "streamlit>=1.50.0", ] [project.urls]