From 18ea56c55fea22195a3f033f564b2366d6e2a802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:53:27 +0000 Subject: [PATCH] Bump minio from 7.2.12 to 7.2.14 in /python Bumps [minio](https://github.com/minio/minio-py) from 7.2.12 to 7.2.14. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.12...7.2.14) --- updated-dependencies: - dependency-name: minio 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..37065c6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ] dependencies = [ "fastapi==0.115.0", - "minio==7.2.12", + "minio==7.2.14", "mlcroissant==1.0.12", "langcodes==3.5.0", "language_data==1.2.0",