From bd498f7a31f772c9873a619766b1c6e55840cb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 07:16:22 +0000 Subject: [PATCH] chore(deps-dev): update bayesian-optimization requirement from <2.0.0,>=1.4.0 to >=1.4.0,<4.0.0 Dependabot couldn't find the original pull request head commit, 4ffcb7ca540c8b318efa7cae8d560ca8610244ea. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6de81e..111510b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ advanced = [ "hdbscan>=0.8.0,<1.0.0", # Clustering "scikit-learn>=1.0.0,<2.0.0", # ML utilities "networkx>=3.0.0,<4.0.0", # Knowledge graphs - "bayesian-optimization>=1.4.0,<2.0.0", # Parameter optimization + "bayesian-optimization>=1.4.0,<4.0.0", # Parameter optimization "prompt-toolkit>=3.0.0,<4.0.0", # REPL shell ]