From 02e905be9063860a907fbea4780818ff6218d46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:11:11 +0000 Subject: [PATCH] chore(deps): bump minio from 7.1.16 to 7.1.17 Bumps [minio](https://github.com/minio/minio-py) from 7.1.16 to 7.1.17. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.1.16...7.1.17) --- 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 05bcadb..4b83da0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -547,13 +547,13 @@ files = [ [[package]] name = "minio" -version = "7.1.16" +version = "7.1.17" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = "*" files = [ - {file = "minio-7.1.16-py3-none-any.whl", hash = "sha256:8073bed2b4b1853f3d69ab2f01a0de86264071083032985921201cfbb0950b15"}, - {file = "minio-7.1.16.tar.gz", hash = "sha256:56ecb1e7e0103d2dc212fb460fdb70ab2abb7fa5685db378429325d96d95587a"}, + {file = "minio-7.1.17-py3-none-any.whl", hash = "sha256:0aa525d77a3bc61378444c2400b0ba2685ad4cd6ecb3fba4141a0d0765e25f40"}, + {file = "minio-7.1.17.tar.gz", hash = "sha256:b0b687c1ec9be422a1f8b04c65fb8e43a1c090f9508178db57c434a17341c404"}, ] [package.dependencies] @@ -1492,4 +1492,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7bfa03d9eb8faeadf87b2c195afbe76e24defca8cd7c2f1e5ca86ccf7a3c1b03" +content-hash = "43092d6d0df57a2445b8d23add62d50969a014dcd73752e3bbee041e01c499d1" diff --git a/pyproject.toml b/pyproject.toml index 216da5c..5d9179a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ configargparse = "^1.7" pyocclient = "^0.6" requests = "^2.31" tqdm = "^4.66.1" -minio = "^7.1.16" +minio = "^7.1.17" cachecontrol = "^0.13.1" [tool.poetry.group.dev.dependencies]