From 95e2ed495e5b405018ccac9afc7d0780225768fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:56:43 +0000 Subject: [PATCH] Bump minio from 7.2.15 to 7.2.16 Bumps [minio](https://github.com/minio/minio-py) from 7.2.15 to 7.2.16. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.15...7.2.16) --- updated-dependencies: - dependency-name: minio dependency-version: 7.2.16 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 19cb178..ec9b56e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "delta-spark==3.3.2", "aiohttp==3.12.8", "cacheout==0.16.0", - "minio==7.2.15", + "minio==7.2.16", "psycopg==3.2.9", "sqlparse==0.5.3", ]