From 7210e975380fc50ea4892cd6c0b7342bab0d7b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 20:02:17 +0000 Subject: [PATCH] build(deps): 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 +- 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..eee3812 --- 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.16", "ipython==9.2.0", "httpx==0.28.1", ] diff --git a/requirements/base.txt b/requirements/base.txt index 6bc9452..41ba002 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.16 # https://github.com/minio/minio-py # Utils # ------------------------------------------------------------------------------