From 43956096c4504922fd315e0a8b60eb7aa839bf8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 04:10:52 +0000 Subject: [PATCH] Bump skfolio from 0.13.0 to 0.14.0 Bumps [skfolio](https://github.com/skfolio/skfolio) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/skfolio/skfolio/releases) - [Changelog](https://github.com/skfolio/skfolio/blob/main/CHANGELOG.md) - [Commits](https://github.com/skfolio/skfolio/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: skfolio dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c49533..4af21af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ ] [project.optional-dependencies] -sk-util = ["skfolio==0.13.0", "sktime==0.39.0"] +sk-util = ["skfolio==0.14.0", "sktime==0.39.0"] bayes = [ "arviz==0.22.0", "pymc==5.25.1",