From 1bcc69fb579ee3bbdd487eb7bf1994b3c7ae67cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:30:05 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.9 to 7.2.10 (#210) Bumps [minio](https://github.com/minio/minio-py) from 7.2.9 to 7.2.10. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.9...7.2.10) --- 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 abf17e6..a2a74d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,13 +336,13 @@ zstd = ["zstandard"] [[package]] name = "minio" -version = "7.2.9" +version = "7.2.10" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = ">3.8" files = [ - {file = "minio-7.2.9-py3-none-any.whl", hash = "sha256:fe5523d9c4a4d6cfc07e96905852841bccdb22b22770e1efca4bf5ae8b65774b"}, - {file = "minio-7.2.9.tar.gz", hash = "sha256:a83c2fcd981944602a8dc11e8e07543ed9cda0a9462264e3f46a13171c56bccb"}, + {file = "minio-7.2.10-py3-none-any.whl", hash = "sha256:5961c58192b1d70d3a2a362064b8e027b8232688998a6d1251dadbb02ab57a7d"}, + {file = "minio-7.2.10.tar.gz", hash = "sha256:418c31ac79346a580df04a0e14db1becbc548a6e7cca61f9bc4ef3bcd336c449"}, ] [package.dependencies] @@ -689,4 +689,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "022d7b187b4f9cc0cef53f7e4cd27d2f7efd3979efa042db234e6cfe608e9315" +content-hash = "e44cdc344c3096b10726ab0089677f4156e8684fd54c520936d6b6a466e76ff7" diff --git a/pyproject.toml b/pyproject.toml index 7467143..509fd02 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.9" +minio = "^7.2.10" jsondiff = "^2.2.1" [tool.poetry.group.dev.dependencies]