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 18a42e43c6 Build: Bump moto from 4.1.11 to 4.1.12 in /python (#7905)
18a42e43c6 is described below
commit 18a42e43c604773cb3af48e3407f27717572a187
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 26 10:38:05 2023 +0200
Build: Bump moto from 4.1.11 to 4.1.12 in /python (#7905)
Bumps [moto](https://github.com/getmoto/moto) from 4.1.11 to 4.1.12.
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getmoto/moto/compare/4.1.11...4.1.12)
---
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>
---
python/poetry.lock | 8 ++++----
python/pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/python/poetry.lock b/python/poetry.lock
index f1e7589ae8..082d37a85a 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1333,13 +1333,13 @@ files = [
[[package]]
name = "moto"
-version = "4.1.11"
+version = "4.1.12"
description = ""
optional = false
python-versions = ">=3.7"
files = [
- {file = "moto-4.1.11-py2.py3-none-any.whl", hash =
"sha256:5003126c46ce70fe351ff1cb67dc8d9a5983f403fae13b7628b0fb503d19039e"},
- {file = "moto-4.1.11.tar.gz", hash =
"sha256:f3e966ba1460751e19eab5356545813b29c05478b47eb0da445d688949339be2"},
+ {file = "moto-4.1.12-py2.py3-none-any.whl", hash =
"sha256:6f40141ff2f3a309c19faa169433afdf48d28733d328b08a843021ae36f005d9"},
+ {file = "moto-4.1.12.tar.gz", hash =
"sha256:25577e4cf55f05235f4efe78bcfeb5a7704fb75c16b426a5de2fc1e6b7b8545b"},
]
[package.dependencies]
@@ -2807,4 +2807,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"11fa1d276c1288005b1ad4654f17a08112504dacb824a1693c9bc8aab05902d9"
+content-hash =
"b3291e5a17fb16e864ac16c1da0816ccfc1d95fb9be426ca74f55d26a1f31446"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index b1ea439648..cd8006d3d8 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -70,7 +70,7 @@ pre-commit = "3.3.3"
fastavro = "1.7.4"
coverage = { version = "^7.2.3", extras = ["toml"] }
requests-mock = "1.11.0"
-moto = "^4.1.11"
+moto = "^4.1.12"
typing-extensions = "^4.6.3"
[tool.poetry.scripts]