From d1d2fb9aca7056a69d9d3596cc6429a992780ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:43:30 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.7 to 7.2.8 (#3463) Bumps [minio](https://github.com/minio/minio-py) from 7.2.7 to 7.2.8. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.7...7.2.8) --- updated-dependencies: - dependency-name: minio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0b6d3a3ec0..ecbd0ddd44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4333,13 +4333,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] @@ -9212,4 +9212,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ad6af14b6fae673b88ea9951171bfa4913100210714dd909d8b399da1263cc02" +content-hash = "efd375d5346913a04cb6cd85c69f2672c4c226b931b5710556a70ba019dd0ef9" diff --git a/pyproject.toml b/pyproject.toml index 29dc64b26b..1c6e46bb76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pexpect = "*" jinja2 = "^3.1.3" python-multipart = "*" boto3 = "*" -minio = "^7.2.7" +minio = "^7.2.8" gevent = "^24.2.1" pyarrow = "17.0.0" # transitive dependency, pinned here to avoid conflicts tenacity = "^8.5.0"