This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 25c8e19aed Build: Bump moto from 4.1.14 to 4.2.0 in /python (#8402)
25c8e19aed is described below
commit 25c8e19aed58623b680121bf1ed276452c6aed0f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 27 20:21:29 2023 +0200
Build: Bump moto from 4.1.14 to 4.2.0 in /python (#8402)
Bumps [moto](https://github.com/getmoto/moto) from 4.1.14 to 4.2.0.
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getmoto/moto/compare/4.1.14...4.2.0)
---
updated-dependencies:
- dependency-name: moto
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
python/poetry.lock | 9 +++++----
python/pyproject.toml | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/python/poetry.lock b/python/poetry.lock
index fb84ede3fa..f4d1e5aa0b 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1685,13 +1685,13 @@ files = [
[[package]]
name = "moto"
-version = "4.1.14"
+version = "4.2.0"
description = ""
optional = false
python-versions = ">=3.7"
files = [
- {file = "moto-4.1.14-py2.py3-none-any.whl", hash =
"sha256:7d3bd748a34641715ba469c761f72fb8ec18f349987c98f5a0f9be85a07a9911"},
- {file = "moto-4.1.14.tar.gz", hash =
"sha256:545afeb4df94dfa730e2d7e87366dc26b4a33c2891f462cbb049f040c80ed1ec"},
+ {file = "moto-4.2.0-py2.py3-none-any.whl", hash =
"sha256:e4835912f05627b6a53b938562b717122230fb038d023819133f8526f60ed0a7"},
+ {file = "moto-4.2.0.tar.gz", hash =
"sha256:00fbae396fc48c3596e47b4e3267c1a41ca01c968de023beb68e774c63910b58"},
]
[package.dependencies]
@@ -1723,6 +1723,7 @@ efs = ["sshpubkeys (>=3.1.0)"]
eks = ["sshpubkeys (>=3.1.0)"]
glue = ["pyparsing (>=3.0.7)"]
iotdata = ["jsondiff (>=1.1.2)"]
+resourcegroupstaggingapi = ["PyYAML (>=5.1)", "cfn-lint (>=0.40.0)", "docker
(>=3.0.0)", "ecdsa (!=0.15)", "graphql-core", "jsondiff (>=1.1.2)",
"openapi-spec-validator (>=0.2.8)", "py-partiql-parser (==0.3.6)", "pyparsing
(>=3.0.7)", "python-jose[cryptography] (>=3.1.0,<4.0.0)", "sshpubkeys
(>=3.1.0)"]
route53resolver = ["sshpubkeys (>=3.1.0)"]
s3 = ["PyYAML (>=5.1)", "py-partiql-parser (==0.3.6)"]
s3crc32c = ["PyYAML (>=5.1)", "crc32c", "py-partiql-parser (==0.3.6)"]
@@ -3574,4 +3575,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"e6d487194df5289bd808396e270c4e6bace7c513f6c509615e5975560be53683"
+content-hash =
"2a0fb87c7b0e296f32389577d68bb242a0f366041bb3066123afb741d4bb95a7"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 6a9b2f3489..1ec8c462ba 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -76,7 +76,7 @@ pre-commit = "3.3.3"
fastavro = "1.8.2"
coverage = { version = "^7.3.0", extras = ["toml"] }
requests-mock = "1.11.0"
-moto = "^4.1.13"
+moto = "^4.2.0"
typing-extensions = "4.7.1"
pytest-mock = "3.11.1"
cython = "3.0.1"