From 232d024f2455828fca6adbb97ee3b893d5ee879a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 08:17:06 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.10 to 7.2.11 Bumps [minio](https://github.com/minio/minio-py) from 7.2.10 to 7.2.11. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.10...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 a2a74d3..dbb6cd3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,13 +336,13 @@ zstd = ["zstandard"] [[package]] name = "minio" -version = "7.2.10" +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.10-py3-none-any.whl", hash = "sha256:5961c58192b1d70d3a2a362064b8e027b8232688998a6d1251dadbb02ab57a7d"}, - {file = "minio-7.2.10.tar.gz", hash = "sha256:418c31ac79346a580df04a0e14db1becbc548a6e7cca61f9bc4ef3bcd336c449"}, + {file = "minio-7.2.11-py3-none-any.whl", hash = "sha256:153582ed52ff3b5005ba558e1f25bfe1e9e834f7f0745e594777f28e3e81e1a0"}, + {file = "minio-7.2.11.tar.gz", hash = "sha256:4db95a21fe1e2022ec975292d8a1f83bd5b18f830d23d42a4518ac7a5281d7c5"}, ] [package.dependencies] @@ -689,4 +689,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e44cdc344c3096b10726ab0089677f4156e8684fd54c520936d6b6a466e76ff7" +content-hash = "f347a55c287a935696769f8fed980be1b1509dbb2006bcf3fe6646d9a86446c4" diff --git a/pyproject.toml b/pyproject.toml index 509fd02..0cb20cb 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.10" +minio = "^7.2.11" jsondiff = "^2.2.1" [tool.poetry.group.dev.dependencies]