diff --git a/poetry.lock b/poetry.lock index 2323139..cbd2f51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -636,13 +636,13 @@ files = [ [[package]] name = "minio" -version = "7.2.7" +version = "7.2.8" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false -python-versions = "*" +python-versions = ">3.8" files = [ - {file = "minio-7.2.7-py3-none-any.whl", hash = "sha256:59d1f255d852fe7104018db75b3bebbd987e538690e680f7c5de835e422de837"}, - {file = "minio-7.2.7.tar.gz", hash = "sha256:473d5d53d79f340f3cd632054d0c82d2f93177ce1af2eac34a235bea55708d98"}, + {file = "minio-7.2.8-py3-none-any.whl", hash = "sha256:aa3b485788b63b12406a5798465d12a57e4be2ac2a58a8380959b6b748e64ddd"}, + {file = "minio-7.2.8.tar.gz", hash = "sha256:f8af2dafc22ebe1aef3ac181b8e217037011c430aa6da276ed627e55aaf7c815"}, ] [package.dependencies] @@ -1667,4 +1667,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c64252873e7b56ca866d76b8ab960ab5cfa682745fa4decab2a79836c4535731" +content-hash = "46f05d53383b719603fb2f043f41196928248d4dfee12b2713971f7cda8428cf" diff --git a/pyproject.toml b/pyproject.toml index d4d070c..dfb24f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ configargparse = "^1.7" pyocclient = "^0.6" requests = "^2.32" tqdm = "^4.66.5" -minio = "^7.2.7" +minio = "^7.2.8" cachecontrol = "^0.14.0" [tool.poetry.group.dev.dependencies]