From cb84b9ae036685ed4d434406fb2a80a81ba29dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:14:52 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.12 to 7.2.13 (#186) Bumps [minio](https://github.com/minio/minio-py) from 7.2.12 to 7.2.13. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.12...7.2.13) --- 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 ae78eda..b3a4ab8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -675,13 +675,13 @@ files = [ [[package]] name = "minio" -version = "7.2.12" +version = "7.2.13" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = ">=3.9" files = [ - {file = "minio-7.2.12-py3-none-any.whl", hash = "sha256:4b63370ca83f82c23e6fb0a094a1e2b08b275884ae43f6a90c4388a45633e3f5"}, - {file = "minio-7.2.12.tar.gz", hash = "sha256:2a3fcf4ab753824de8ae3ffeb14da33d6ad416f83a7e82363a27b34da8e91f27"}, + {file = "minio-7.2.13-py3-none-any.whl", hash = "sha256:ad806be056e6b49510ad27f0782976c0b9d4c16baccd9d75518d97709bd5c105"}, + {file = "minio-7.2.13.tar.gz", hash = "sha256:0fc878da4c5139138f66d3f00ae898ed74cead854b900420b02cd68cf4be7133"}, ] [package.dependencies] @@ -1460,4 +1460,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b682170c6fa5140cb9ae56d74e45b9898da9818b98a8a887b48b10336bdcfaae" +content-hash = "47be979d4628c489dea92b3ce23f092587398e5fce3749bd2a821da629eed7a9" diff --git a/pyproject.toml b/pyproject.toml index 3c29163..a547016 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.12" +minio = "^7.2.13" [tool.poetry.group.dev.dependencies] black = "^24.10.0"