From 54b98251caabb4049d9ada6e70c09ea042b47c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:01:49 +0200 Subject: [PATCH] chore(deps): bump minio from 7.2.6 to 7.2.7 (#152) Bumps [minio](https://github.com/minio/minio-py) from 7.2.6 to 7.2.7. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.6...7.2.7) --- 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 ad374d9..a0b7c6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -330,13 +330,13 @@ zstd = ["zstandard"] [[package]] name = "minio" -version = "7.2.6" +version = "7.2.7" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = "*" files = [ - {file = "minio-7.2.6-py3-none-any.whl", hash = "sha256:4972273a924f274e2d71f38f6d2afdf841a034801e60ba758e5c5aff4234b768"}, - {file = "minio-7.2.6.tar.gz", hash = "sha256:c545d0dda1ff26cefcfc754242be3d27a4e620e37ef3e51ecbe7212cf7ecc274"}, + {file = "minio-7.2.7-py3-none-any.whl", hash = "sha256:59d1f255d852fe7104018db75b3bebbd987e538690e680f7c5de835e422de837"}, + {file = "minio-7.2.7.tar.gz", hash = "sha256:473d5d53d79f340f3cd632054d0c82d2f93177ce1af2eac34a235bea55708d98"}, ] [package.dependencies] @@ -622,4 +622,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d0e3161c1c74ca5496575953b58540c054bb9e95e42e668d01b61fa5630e724f" +content-hash = "006c06a0d2cb01064c897b8bfd9ba533f96cac08ca3e8f1e36f4ae0df251211c" diff --git a/pyproject.toml b/pyproject.toml index e6eb929..3455fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.11" cloudevents = "^1.10.1" ConfigArgParse = "^1.7" kafka-python-ng = "^2.2.2" -minio = "^7.2.5" +minio = "^7.2.7" jsondiff = "^2.0.0" [tool.poetry.group.dev.dependencies]