From fb53a185bde40d7f01eb3c84764d693d6e6bd463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 08:17:49 +0000 Subject: [PATCH] chore(deps): update ortools requirement from >=9.9 to >=9.15.6755 Updates the requirements on [ortools](https://github.com/google/or-tools) to permit the latest version. - [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.15.6755 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2466d59..9df2a1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ortools>=9.9 +ortools>=9.15.6755 fastapi>=0.115.0 uvicorn[standard]>=0.30.0 pydantic>=2.7