From 052f51bb9778dd893402dea54bd65ee71dd61c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:48:47 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.9 to 7.2.11 Bumps [minio](https://github.com/minio/minio-py) from 7.2.9 to 7.2.11. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.9...7.2.11) --- updated-dependencies: - dependency-name: minio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3c03316..d822f5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -675,13 +675,13 @@ files = [ [[package]] name = "minio" -version = "7.2.9" +version = "7.2.11" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false -python-versions = ">3.8" +python-versions = ">=3.9" 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.11-py3-none-any.whl", hash = "sha256:153582ed52ff3b5005ba558e1f25bfe1e9e834f7f0745e594777f28e3e81e1a0"}, + {file = "minio-7.2.11.tar.gz", hash = "sha256:4db95a21fe1e2022ec975292d8a1f83bd5b18f830d23d42a4518ac7a5281d7c5"}, ] [package.dependencies] @@ -1460,4 +1460,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "38ac8910f47bbc8544521fc84f14b15d12d641703833dcd2d5b94d73ec9338e6" +content-hash = "09b6c68993e7d939e26f0e6574bc81a74728346c730ffa8f6de914a3e9213bf3" diff --git a/pyproject.toml b/pyproject.toml index d038d42..f7fbd60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ cloudevents = "^1.10.1" ConfigArgParse = "^1.7" kafka-python-ng = "^2.2.3" py-zabbix = "^1.1.7" -minio = "^7.2.7" +minio = "^7.2.11" [tool.poetry.group.dev.dependencies] black = "^24.10.0"