From 1839cb82bf5a5d36eb8d0f61f0ed7f2824b425d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:57:56 +0000 Subject: [PATCH] Bump skfolio from 0.4.0 to 0.4.1 Bumps [skfolio](https://github.com/skfolio/skfolio) from 0.4.0 to 0.4.1. - [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.4.0...v0.4.1) --- updated-dependencies: - dependency-name: skfolio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54bb330..0f2afbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ ] [project.optional-dependencies] -sk-util = ["skfolio==0.4.0", "sktime==0.33.1"] +sk-util = ["skfolio==0.4.1", "sktime==0.33.1"] bayes = [ "arviz==0.19.0", "bambi==0.14.0",