From 0cb8791e2b5b522282a7ca4682c48d507e7eee9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:08:18 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 8 updates Updates the requirements on [numpy](https://github.com/numpy/numpy), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [cvxpy](https://github.com/cvxpy/cvxpy), [pyomo](https://github.com/Pyomo/pyomo), [requests](https://github.com/psf/requests), [plotly](https://github.com/plotly/plotly.py), [streamlit](https://github.com/streamlit/streamlit) and [black](https://github.com/psf/black) to permit the latest version. Updates `numpy` to 2.4.6 - [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/v2.4.4...v2.4.6) Updates `scikit-learn` to 1.9.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.8.0...1.9.0) Updates `cvxpy` to 1.9.1 - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.8.2...v1.9.1) Updates `pyomo` to 6.10.1 - [Release notes](https://github.com/Pyomo/pyomo/releases) - [Changelog](https://github.com/Pyomo/pyomo/blob/main/CHANGELOG.md) - [Commits](https://github.com/Pyomo/pyomo/compare/6.10.0...6.10.1) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.34.0...v2.34.2) Updates `plotly` to 6.8.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/v6.7.0...v6.8.0) Updates `streamlit` to 1.58.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.57.0...1.58.0) Updates `black` to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.3.1...26.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: cvxpy dependency-version: 1.9.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pyomo dependency-version: 6.10.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: plotly dependency-version: 6.8.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: streamlit dependency-version: 1.58.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5c85016..12e4d25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,27 +1,27 @@ # FlexiMORP v2 Requirements # Core dependencies -numpy>=2.4.4 +numpy>=2.4.6 pandas>=3.0.3 scipy>=1.17.1 -scikit-learn>=1.8.0 +scikit-learn>=1.9.0 # Optimization -cvxpy>=1.8.2 -pyomo>=6.10.0 +cvxpy>=1.9.1 +pyomo>=6.10.1 # Data handling and APIs -requests>=2.34.0 +requests>=2.34.2 pyyaml>=6.0.3 python-dotenv>=1.2.2 # Visualization matplotlib>=3.10.9 -plotly>=6.7.0 +plotly>=6.8.0 seaborn>=0.13.2 # Web application -streamlit>=1.57.0 +streamlit>=1.58.0 streamlit-plotly-events>=0.0.6 # Jupyter notebook support @@ -33,7 +33,7 @@ pytest>=9.0.3 pytest-cov>=7.1.0 # Development tools -black>=26.3.1 +black>=26.5.1 flake8>=7.3.0 mypy>=2.1.0