From 729e5afe09976a01f0e64cacb66ede7d8f5d9d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:04:54 +0000 Subject: [PATCH] chore(deps): bump minio from 7.1.16 to 7.1.17 Bumps [minio](https://github.com/minio/minio-py) from 7.1.16 to 7.1.17. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.1.16...7.1.17) --- updated-dependencies: - dependency-name: minio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index efa95a6..338d7d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -368,13 +368,13 @@ crc32c = ["crc32c"] [[package]] name = "minio" -version = "7.1.16" +version = "7.1.17" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = "*" files = [ - {file = "minio-7.1.16-py3-none-any.whl", hash = "sha256:8073bed2b4b1853f3d69ab2f01a0de86264071083032985921201cfbb0950b15"}, - {file = "minio-7.1.16.tar.gz", hash = "sha256:56ecb1e7e0103d2dc212fb460fdb70ab2abb7fa5685db378429325d96d95587a"}, + {file = "minio-7.1.17-py3-none-any.whl", hash = "sha256:0aa525d77a3bc61378444c2400b0ba2685ad4cd6ecb3fba4141a0d0765e25f40"}, + {file = "minio-7.1.17.tar.gz", hash = "sha256:b0b687c1ec9be422a1f8b04c65fb8e43a1c090f9508178db57c434a17341c404"}, ] [package.dependencies] @@ -664,4 +664,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b29f41fdef5238327453a8a0d0f1ced4d6cc1cb3a071b0f4bdcbb823d16a2042" +content-hash = "b47c2c78a8a799b9b61d2969b5b75aba4e92affd0a721ca308625bd1b1483a42" diff --git a/pyproject.toml b/pyproject.toml index dcc48cb..af70229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.11" cloudevents = "^1.9.0" ConfigArgParse = "^1.7" kafka-python = "^2.0.2" -minio = "^7.1.16" +minio = "^7.1.17" jsondiff = "^2.0.0" cachecontrol = "^0.13.1"