From 2392db92fb2153c4852c91d436cd71e5747d1019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:05:38 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.3 to 7.2.4 (#188) Bumps [minio](https://github.com/minio/minio-py) from 7.2.3 to 7.2.4. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.3...7.2.4) --- updated-dependencies: - dependency-name: minio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 36464ea..008330c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -679,13 +679,13 @@ files = [ [[package]] name = "minio" -version = "7.2.3" +version = "7.2.4" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = "*" files = [ - {file = "minio-7.2.3-py3-none-any.whl", hash = "sha256:e6b5ce0a9b4368da50118c3f0c4df5dbf33885d44d77fce6c0aa1c485e6af7a1"}, - {file = "minio-7.2.3.tar.gz", hash = "sha256:4971dfb1a71eeefd38e1ce2dc7edc4e6eb0f07f1c1d6d70c15457e3280cfc4b9"}, + {file = "minio-7.2.4-py3-none-any.whl", hash = "sha256:91b51c21d25e3ee6d51f52eab126d6c974371add0d77951e42c322a59c5533e7"}, + {file = "minio-7.2.4.tar.gz", hash = "sha256:d504d8464e5198fb74dd9b572cc88b185ae7997c17705e8c09f3fef2f439d984"}, ] [package.dependencies] @@ -1686,4 +1686,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b2f686861d9faa86202e982e7382fe47b797d6cf9f2ac8306c503b8060e1d685" +content-hash = "e69ff6ab7640de55beda7f9ba55ee923cee5f43cf2d15095099bd8301ed389e0" diff --git a/pyproject.toml b/pyproject.toml index 63be148..0765968 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ configargparse = "^1.7" pyocclient = "^0.6" requests = "^2.31" tqdm = "^4.66.2" -minio = "^7.2.3" +minio = "^7.2.4" cachecontrol = "^0.13.1" [tool.poetry.group.dev.dependencies]