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"