From 71c49804f869b3fb7b21f7aa27902334d6a2216a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 06:10:16 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 11 updates Updates the requirements on [numpy](https://github.com/numpy/numpy), [pandas](https://github.com/pandas-dev/pandas), [scipy](https://github.com/scipy/scipy), [cvxpy](https://github.com/cvxpy/cvxpy), [python-dotenv](https://github.com/theskumar/python-dotenv), [matplotlib](https://github.com/matplotlib/matplotlib), [plotly](https://github.com/plotly/plotly.py), [streamlit](https://github.com/streamlit/streamlit), [ipywidgets](https://github.com/jupyter-widgets/ipywidgets), [pytest](https://github.com/pytest-dev/pytest) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `numpy` to 2.5.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/v2.4.6...v2.5.2) Updates `pandas` to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.5) Updates `scipy` to 1.18.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.17.1...v1.18.1) Updates `cvxpy` to 1.9.2 - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.9.1...v1.9.2) Updates `python-dotenv` to 1.2.3 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) Updates `matplotlib` to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.11.0...v3.11.1) Updates `plotly` to 6.9.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.8.0...v6.9.0) Updates `streamlit` to 1.62.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.58.0...1.62.0) Updates `ipywidgets` to 8.1.9 - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.8...8.1.9) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.1.0...9.1.1) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: scipy dependency-version: 1.18.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: cvxpy dependency-version: 1.9.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: plotly dependency-version: 6.9.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: streamlit dependency-version: 1.62.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ipywidgets dependency-version: 8.1.9 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 809674e..acc7a56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,41 +1,41 @@ # FlexiMORP v2 Requirements # Core dependencies -numpy>=2.4.6 -pandas>=3.0.3 -scipy>=1.17.1 +numpy>=2.5.2 +pandas>=3.0.5 +scipy>=1.18.1 scikit-learn>=1.9.0 # Optimization -cvxpy>=1.9.1 +cvxpy>=1.9.2 pyomo>=6.10.1 # Data handling and APIs requests>=2.34.2 pyyaml>=6.0.3 -python-dotenv>=1.2.2 +python-dotenv>=1.2.3 # Visualization -matplotlib>=3.11.0 -plotly>=6.8.0 +matplotlib>=3.11.1 +plotly>=6.9.0 seaborn>=0.13.2 # Web application -streamlit>=1.58.0 +streamlit>=1.62.0 streamlit-plotly-events>=0.0.6 # Jupyter notebook support jupyter>=1.1.1 -ipywidgets>=8.1.8 +ipywidgets>=8.1.9 # Testing -pytest>=9.1.0 +pytest>=9.1.1 pytest-cov>=7.1.0 # Development tools black>=26.5.1 flake8>=7.3.0 -mypy>=2.1.0 +mypy>=2.3.1 # Optional: Advanced optimization (uncomment if needed) # gekko>=1.0.0