From 299e5b31db8e8b7412b8884057c510d1bc6ca420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:49:54 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.13 to 7.2.14 Bumps [minio](https://github.com/minio/minio-py) from 7.2.13 to 7.2.14. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.13...7.2.14) --- 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 58ace76..c624bf3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -675,13 +675,13 @@ files = [ [[package]] name = "minio" -version = "7.2.13" +version = "7.2.14" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = ">=3.9" files = [ - {file = "minio-7.2.13-py3-none-any.whl", hash = "sha256:ad806be056e6b49510ad27f0782976c0b9d4c16baccd9d75518d97709bd5c105"}, - {file = "minio-7.2.13.tar.gz", hash = "sha256:0fc878da4c5139138f66d3f00ae898ed74cead854b900420b02cd68cf4be7133"}, + {file = "minio-7.2.14-py3-none-any.whl", hash = "sha256:868dfe907e1702ce4bec86df1f3ced577a73ca85f344ef898d94fe2b5237f8c1"}, + {file = "minio-7.2.14.tar.gz", hash = "sha256:f5c24bf236fefd2edc567cd4455dc49a11ad8ff7ac984bb031b849d82f01222a"}, ] [package.dependencies] @@ -1460,4 +1460,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ce16e3ee4390a4101fae8a0821faf3196722b8bb6e3e3e6478e736aea86a2d5a" +content-hash = "5aab69ef4d59144723bda172fde68768de7a72621921c1e4363a8899af85b432" diff --git a/pyproject.toml b/pyproject.toml index a0781d6..b310261 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.13" +minio = "^7.2.14" [tool.poetry.group.dev.dependencies] black = "^24.10.0"