From 3f0630c1629afcd6c2a4a22f077589994c956178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:49:02 +0000 Subject: [PATCH] Bump openml from 0.15.0 to 0.15.1 in /python Bumps [openml](https://github.com/openml/openml-python) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/openml/openml-python/releases) - [Commits](https://github.com/openml/openml-python/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: openml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index d5d6cde..91976d7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "mlcroissant==1.0.12", "langcodes==3.5.0", "language_data==1.2.0", - "openml==0.15.0", + "openml==0.15.1", "python-dateutil==2.9.0.post0", "python-dotenv==1.0.1", "uvicorn==0.34.0",