From 8369d7d71325a0ec8ddbb715e59225306e7ae7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 01:02:57 +0000 Subject: [PATCH] build(deps): bump ortools from 9.7.2996 to 9.14.6206 Bumps [ortools](https://github.com/google/or-tools) from 9.7.2996 to 9.14.6206. - [Release notes](https://github.com/google/or-tools/releases) - [Commits](https://github.com/google/or-tools/commits) --- updated-dependencies: - dependency-name: ortools dependency-version: 9.14.6206 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1a36201e2..0c36b741b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "ortools==9.7.2996; python_version < '3.13'", - "ortools==9.12.4544; python_version >= '3.13'", + "ortools==9.14.6206; python_version >= '3.13'", "pandas>=2.0.3", "sympy==1.14.0", "unicorn==2.1.3", diff --git a/requirements.txt b/requirements.txt index 2648498ae..b75f4579b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ortools==9.7.2996 ; python_version < "3.13" +ortools==9.14.6206 ; python_version < "3.13" ortools==9.12.4544 ; python_version >= "3.13" # TODO: remove pandas once upgraded to ortools 9.12 pandas>=2.0.3