From b3dd0d675ad24451a6c8c7dd4e490155646b4645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:42:53 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.9 to 7.2.10 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 267212b..0805861 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 = "8d77a656e295efa71c376fec3d381223beb1835554df365b8a8aca9d7975685e" +content-hash = "35d31c0019505423d77f132adb332956f99126355c58d1421827ff9eefaae956" diff --git a/pyproject.toml b/pyproject.toml index 244b1d6..9c9b248 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]