From 6463dbc61bfa4b82b35e5e9170a3f805fc4a8d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:13:24 +0000 Subject: [PATCH] chore(deps): bump minio from 7.1.15 to 7.1.16 Bumps [minio](https://github.com/minio/minio-py) from 7.1.15 to 7.1.16. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.1.15...7.1.16) --- 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 2ea4c9d..dd383aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -368,13 +368,13 @@ crc32c = ["crc32c"] [[package]] name = "minio" -version = "7.1.15" +version = "7.1.16" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = "*" files = [ - {file = "minio-7.1.15-py3-none-any.whl", hash = "sha256:1afdf01c1bc8b57ddd12d438e3e168d625465b56f4d1c2af7576744c688e84c6"}, - {file = "minio-7.1.15.tar.gz", hash = "sha256:fcf8ac2cef310d5ddff2bef2c42f4e5a8bb546b87bca5bf8832135db054ca4e1"}, + {file = "minio-7.1.16-py3-none-any.whl", hash = "sha256:8073bed2b4b1853f3d69ab2f01a0de86264071083032985921201cfbb0950b15"}, + {file = "minio-7.1.16.tar.gz", hash = "sha256:56ecb1e7e0103d2dc212fb460fdb70ab2abb7fa5685db378429325d96d95587a"}, ] [package.dependencies] @@ -664,4 +664,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "cdc8b5efee04e2b688f2d102e6720c207f39d57d5b3b6fe7f6f8f61404349c36" +content-hash = "9a185f36c43db77e4fe8d768f3ee2f8e00e3406b3449af1b5d7fb0cc0e237416" diff --git a/pyproject.toml b/pyproject.toml index 7229b9d..c1423c5 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.15" +minio = "^7.1.16" jsondiff = "^2.0.0" cachecontrol = "^0.13.1"