From 924c85d07dd33e26c0071efaede35ecf0a2f2916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:35:52 +0000 Subject: [PATCH] build(deps): bump minio from 7.2.15 to 7.2.17 Bumps [minio](https://github.com/minio/minio-py) from 7.2.15 to 7.2.17. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.15...7.2.17) --- updated-dependencies: - dependency-name: minio dependency-version: 7.2.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index b613046..6c1d27a --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "pydantic-core==2.33.2", "pydantic-settings==2.10.1", "structlog==25.4.0", - "minio==7.2.15", + "minio==7.2.17", "ipython==9.2.0", "httpx==0.28.1", ] diff --git a/requirements/base.txt b/requirements/base.txt index 6bc9452..05ea944 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,7 +29,7 @@ structlog==25.4.0 # https://github.com/hynek/structlog # Minio # ------------------------------------------------------------------------------ -minio==7.2.15 # https://github.com/minio/minio-py +minio==7.2.17 # https://github.com/minio/minio-py # Utils # ------------------------------------------------------------------------------