diff --git a/poetry.lock b/poetry.lock index 412ace5..ffe63eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,13 +336,13 @@ zstd = ["zstandard"] [[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] @@ -689,4 +689,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b3a1407f8e666ead3a095a15f302219850ef2cf02834cc2db73f40cec51cfdf0" +content-hash = "b48f921eccbe31ac6ad645bbdb876f651eba3995ca8a65d1894f0d80a6c4fc29" diff --git a/pyproject.toml b/pyproject.toml index e5cf738..7675057 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.12" +minio = "^7.2.13" jsondiff = "^2.2.1" [tool.poetry.group.dev.dependencies]