From a1b92a267e8f68025d0fb699cc7ba9654ab2ea6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:58:23 +0100 Subject: [PATCH] chore(deps): bump minio from 7.2.11 to 7.2.12 (#224) Bumps [minio](https://github.com/minio/minio-py) from 7.2.11 to 7.2.12. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.11...7.2.12) --- 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 6cd9ed0..c596dcb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,13 +336,13 @@ zstd = ["zstandard"] [[package]] name = "minio" -version = "7.2.11" +version = "7.2.12" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = ">=3.9" files = [ - {file = "minio-7.2.11-py3-none-any.whl", hash = "sha256:153582ed52ff3b5005ba558e1f25bfe1e9e834f7f0745e594777f28e3e81e1a0"}, - {file = "minio-7.2.11.tar.gz", hash = "sha256:4db95a21fe1e2022ec975292d8a1f83bd5b18f830d23d42a4518ac7a5281d7c5"}, + {file = "minio-7.2.12-py3-none-any.whl", hash = "sha256:4b63370ca83f82c23e6fb0a094a1e2b08b275884ae43f6a90c4388a45633e3f5"}, + {file = "minio-7.2.12.tar.gz", hash = "sha256:2a3fcf4ab753824de8ae3ffeb14da33d6ad416f83a7e82363a27b34da8e91f27"}, ] [package.dependencies] @@ -689,4 +689,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7edbe3523d26a444c24399a4674ffaf2015f7ef6c4800b050cce15fb2c7fd0c2" +content-hash = "e019aa1cea895091345e3be86bbd4313bf89250984dc9cc666b49d8f02751332" diff --git a/pyproject.toml b/pyproject.toml index a326965..cab8b38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.11" cloudevents = "^1.11.0" ConfigArgParse = "^1.7" kafka-python-ng = "^2.2.3" -minio = "^7.2.11" +minio = "^7.2.12" jsondiff = "^2.2.1" [tool.poetry.group.dev.dependencies]