From 2c31053213060be9d180f6887546f2d51fa8ad7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:23:44 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 5 updates Bumps the python-packages group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cvxpy](https://github.com/cvxpy/cvxpy) | `1.5.3` | `1.8.1` | | [eel](https://github.com/python-eel/Eel) | `0.17.0` | `0.18.2` | | [gspread](https://github.com/burnash/gspread) | `6.1.4` | `6.2.1` | | [mip](https://github.com/coin-or/python-mip) | `1.15.0` | `1.17.1` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.11.1` | `6.19.0` | Updates `cvxpy` from 1.5.3 to 1.8.1 - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.5.3...v1.8.1) Updates `eel` from 0.17.0 to 0.18.2 - [Release notes](https://github.com/python-eel/Eel/releases) - [Changelog](https://github.com/python-eel/Eel/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-eel/Eel/compare/v0.17.0...v0.18.2) Updates `gspread` from 6.1.4 to 6.2.1 - [Release notes](https://github.com/burnash/gspread/releases) - [Changelog](https://github.com/burnash/gspread/blob/master/HISTORY.rst) - [Commits](https://github.com/burnash/gspread/compare/v6.1.4...v6.2.1) Updates `mip` from 1.15.0 to 1.17.1 - [Release notes](https://github.com/coin-or/python-mip/releases) - [Changelog](https://github.com/coin-or/python-mip/blob/master/CHANGELOG.md) - [Commits](https://github.com/coin-or/python-mip/compare/1.15.0...v1.17.1) Updates `pyinstaller` from 6.11.1 to 6.19.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.11.1...v6.19.0) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: eel dependency-version: 0.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: gspread dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mip dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyinstaller dependency-version: 6.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c6296c1..3fad605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,12 +10,12 @@ authors = [ readme = "README.md" requires-python = ">=3.11,<3.13" dependencies = [ - "cvxpy==1.5.3", - "Eel==0.17.0", - "gspread==6.1.4", - "mip==1.15.0", + "cvxpy==1.8.1", + "Eel==0.18.2", + "gspread==6.2.1", + "mip==1.17.1", "oauth2client==4.1.3", - "pyinstaller==6.11.1", + "pyinstaller==6.19.0", "toml==0.10.2", ]