This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 512cc2e6 Bump boto3 from 1.34.131 to 1.34.162 (#1095)
512cc2e6 is described below
commit 512cc2e64e5c6003d6309b59238a1193e37f80ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 26 21:52:10 2024 +0200
Bump boto3 from 1.34.131 to 1.34.162 (#1095)
Bumps [boto3](https://github.com/boto/boto3) from 1.34.131 to 1.34.162.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.34.131...1.34.162)
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 152c4c11..958251ef 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -25,24 +25,24 @@ tests = ["arrow", "dask[dataframe]", "docker", "pytest",
"pytest-mock"]
[[package]]
name = "aiobotocore"
-version = "2.13.2"
+version = "2.13.3"
description = "Async client for aws services using botocore and aiohttp"
optional = true
python-versions = ">=3.8"
files = [
- {file = "aiobotocore-2.13.2-py3-none-any.whl", hash =
"sha256:18cbd934ed835a04020c2cffe5d1cfbeb9ff0a340a8c7f0a869c17cf3e43de6a"},
- {file = "aiobotocore-2.13.2.tar.gz", hash =
"sha256:8ae2ffe3fd227923c69e12271b7a723c7c93853d8dbbd214e774613bd444b32f"},
+ {file = "aiobotocore-2.13.3-py3-none-any.whl", hash =
"sha256:1272f765fd9414e1a68f8add71978367db94e17e36c3bf629cf1153eb5141fb9"},
+ {file = "aiobotocore-2.13.3.tar.gz", hash =
"sha256:ac5620f93cc3e7c2aef7c67ba2bb74035ff8d49ee2325821daed13b3dd82a473"},
]
[package.dependencies]
aiohttp = ">=3.9.2,<4.0.0"
aioitertools = ">=0.5.1,<1.0.0"
-botocore = ">=1.34.70,<1.34.132"
+botocore = ">=1.34.70,<1.34.163"
wrapt = ">=1.10.10,<2.0.0"
[package.extras]
-awscli = ["awscli (>=1.32.70,<1.33.14)"]
-boto3 = ["boto3 (>=1.34.70,<1.34.132)"]
+awscli = ["awscli (>=1.32.70,<1.33.45)"]
+boto3 = ["boto3 (>=1.34.70,<1.34.163)"]
[[package]]
name = "aiohappyeyeballs"
@@ -371,17 +371,17 @@ files = [
[[package]]
name = "boto3"
-version = "1.34.131"
+version = "1.34.162"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
- {file = "boto3-1.34.131-py3-none-any.whl", hash =
"sha256:05e388cb937e82be70bfd7eb0c84cf8011ff35cf582a593873ac21675268683b"},
- {file = "boto3-1.34.131.tar.gz", hash =
"sha256:dab8f72a6c4e62b4fd70da09e08a6b2a65ea2115b27dd63737142005776ef216"},
+ {file = "boto3-1.34.162-py3-none-any.whl", hash =
"sha256:d6f6096bdab35a0c0deff469563b87d184a28df7689790f7fe7be98502b7c590"},
+ {file = "boto3-1.34.162.tar.gz", hash =
"sha256:873f8f5d2f6f85f1018cbb0535b03cceddc7b655b61f66a0a56995238804f41f"},
]
[package.dependencies]
-botocore = ">=1.34.131,<1.35.0"
+botocore = ">=1.34.162,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@@ -390,13 +390,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "botocore"
-version = "1.34.131"
+version = "1.34.162"
description = "Low-level, data-driven core of boto 3."
optional = false
python-versions = ">=3.8"
files = [
- {file = "botocore-1.34.131-py3-none-any.whl", hash =
"sha256:13b011d7b206ce00727dcee26548fa3b550db9046d5a0e90ac25a6e6c8fde6ef"},
- {file = "botocore-1.34.131.tar.gz", hash =
"sha256:502ddafe1d627fcf1e4c007c86454e5dd011dba7c58bd8e8a5368a79f3e387dc"},
+ {file = "botocore-1.34.162-py3-none-any.whl", hash =
"sha256:2d918b02db88d27a75b48275e6fb2506e9adaaddbec1ffa6a8a0898b34e769be"},
+ {file = "botocore-1.34.162.tar.gz", hash =
"sha256:adc23be4fb99ad31961236342b7cbf3c0bfc62532cd02852196032e8c0d682f3"},
]
[package.dependencies]
@@ -408,7 +408,7 @@ urllib3 = [
]
[package.extras]
-crt = ["awscrt (==0.20.11)"]
+crt = ["awscrt (==0.21.2)"]
[[package]]
name = "build"