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 e0bfc352 Bump moto from 5.0.18 to 5.0.20 (#1314)
e0bfc352 is described below
commit e0bfc35212699094424d2497c681834f0409d9e1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 12 15:22:57 2024 +0100
Bump moto from 5.0.18 to 5.0.20 (#1314)
Bumps [moto](https://github.com/getmoto/moto) from 5.0.18 to 5.0.20.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getmoto/moto/compare/5.0.18...5.0.20)
---
updated-dependencies:
- dependency-name: moto
dependency-type: direct:development
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 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 27e7fb92..c423dbe5 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2241,20 +2241,20 @@ type = ["mypy (==1.11.2)"]
[[package]]
name = "moto"
-version = "5.0.18"
+version = "5.0.20"
description = ""
optional = false
python-versions = ">=3.8"
files = [
- {file = "moto-5.0.18-py2.py3-none-any.whl", hash =
"sha256:8e25401f7d7910e19a732b417e0d503ef86cf4de9114a273dd62679a42f3be1c"},
- {file = "moto-5.0.18.tar.gz", hash =
"sha256:8a7ad2f53a2e6cc9db2ff65c0e0d4b5d7e78bc00b825c9e1ff6cc394371e76e9"},
+ {file = "moto-5.0.20-py2.py3-none-any.whl", hash =
"sha256:b6df0041255acb973f2adcb31e3dee1379770ece0253520d4d15986d22aa06cf"},
+ {file = "moto-5.0.20.tar.gz", hash =
"sha256:24b1319cc66f81f40817a57ac80602a5f1862669bdd621f0d96ab989a6578255"},
]
[package.dependencies]
antlr4-python3-runtime = {version = "*", optional = true, markers = "extra ==
\"server\""}
aws-xray-sdk = {version = ">=0.93,<0.96 || >0.96", optional = true, markers =
"extra == \"server\""}
boto3 = ">=1.9.201"
-botocore = ">=1.14.0"
+botocore = ">=1.14.0,<1.35.45 || >1.35.45,<1.35.46 || >1.35.46"
cfn-lint = {version = ">=0.40.0", optional = true, markers = "extra ==
\"server\""}
cryptography = ">=3.3.1"
docker = {version = ">=3.0.0", optional = true, markers = "extra ==
\"server\""}