From 023e5295038774c104952c44bfcbd03b9cb556a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 02:32:35 +0000 Subject: [PATCH] chore(deps): bump minio from 7.2.0 to 7.2.1 Bumps [minio](https://github.com/minio/minio-py) from 7.2.0 to 7.2.1. - [Release notes](https://github.com/minio/minio-py/releases) - [Commits](https://github.com/minio/minio-py/compare/7.2.0...7.2.1) --- updated-dependencies: - dependency-name: minio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1e4af64..1690925 100644 --- a/poetry.lock +++ b/poetry.lock @@ -486,19 +486,20 @@ crc32c = ["crc32c"] [[package]] name = "minio" -version = "7.2.0" +version = "7.2.1" description = "MinIO Python SDK for Amazon S3 Compatible Cloud Storage" optional = false python-versions = "*" files = [ - {file = "minio-7.2.0-py3-none-any.whl", hash = "sha256:10656272c16156fa08436ce2b27e25e4134ef5142a8c259513ee26fb514531a6"}, - {file = "minio-7.2.0.tar.gz", hash = "sha256:4b015b018d10c1505f7c3e724fa7c2267760ac7bee6463a624cbf22cd272877b"}, + {file = "minio-7.2.1-py3-none-any.whl", hash = "sha256:65fb962f7f8dad68da197d118cb0e1039a420f6b858f7960cbc5ed816935c05f"}, + {file = "minio-7.2.1.tar.gz", hash = "sha256:d195fd6cc09a403635534215aaf231f0e2b82ac072444a39a7bc3f0ea6a4ba91"}, ] [package.dependencies] argon2-cffi = "*" certifi = "*" pycryptodome = "*" +typing-extensions = "*" urllib3 = "*" [[package]] @@ -816,6 +817,17 @@ files = [ {file = "ruff-0.1.9.tar.gz", hash = "sha256:b041dee2734719ddbb4518f762c982f2e912e7f28b8ee4fe1dee0b15d1b6e800"}, ] +[[package]] +name = "typing-extensions" +version = "4.9.0" +description = "Backported and Experimental Type Hints for Python 3.8+" +optional = false +python-versions = ">=3.8" +files = [ + {file = "typing_extensions-4.9.0-py3-none-any.whl", hash = "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd"}, + {file = "typing_extensions-4.9.0.tar.gz", hash = "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"}, +] + [[package]] name = "urllib3" version = "2.0.7" @@ -836,4 +848,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6f856292ce45996df7048d901a7aa7ecaac1b6157ffdd71f8f77535242b22f91" +content-hash = "679ce6c7adf2b9416939a1edb14664fcd12a84b78fb6da88e918c35fc258601d" diff --git a/pyproject.toml b/pyproject.toml index f2e04a5..5246762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.11" cloudevents = "^1.10.1" ConfigArgParse = "^1.7" kafka-python = "^2.0.2" -minio = "^7.2.0" +minio = "^7.2.1" jsondiff = "^2.0.0" cachecontrol = "^0.13.1"