From d740de1d2d5c69b63f4f916634e20f713fb7a84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:13:47 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.9 to 7.2.10 Bumps [minio](https://github.com/minio/minio-py) from 7.2.9 to 7.2.10. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.9...7.2.10) --- 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 adfa209..78eb341 100644 --- a/poetry.lock +++ b/poetry.lock @@ -636,13 +636,13 @@ files = [ [[package]] name = "minio" -version = "7.2.9" +version = "7.2.10" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = ">3.8" files = [ - {file = "minio-7.2.9-py3-none-any.whl", hash = "sha256:fe5523d9c4a4d6cfc07e96905852841bccdb22b22770e1efca4bf5ae8b65774b"}, - {file = "minio-7.2.9.tar.gz", hash = "sha256:a83c2fcd981944602a8dc11e8e07543ed9cda0a9462264e3f46a13171c56bccb"}, + {file = "minio-7.2.10-py3-none-any.whl", hash = "sha256:5961c58192b1d70d3a2a362064b8e027b8232688998a6d1251dadbb02ab57a7d"}, + {file = "minio-7.2.10.tar.gz", hash = "sha256:418c31ac79346a580df04a0e14db1becbc548a6e7cca61f9bc4ef3bcd336c449"}, ] [package.dependencies] @@ -1673,4 +1673,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8286f70425fab97c8ddb02bace48e1aaa22c12e6a67a82d4a7eae2b42b6c5432" +content-hash = "4d72e57e5b0ec338f8acf617e687b2466217079073d689156f67898004d02404" diff --git a/pyproject.toml b/pyproject.toml index 340fe12..07c1ff0 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.9" +minio = "^7.2.10" cachecontrol = "^0.14.0" [tool.poetry.group.dev.dependencies]