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 0a50f06f30 Build: Bump moto from 4.1.12 to 4.1.13 in /python (#8080)
0a50f06f30 is described below
commit 0a50f06f30bf06ba0f9c55019a46fa24f5a0cb18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 16 11:32:34 2023 +0200
Build: Bump moto from 4.1.12 to 4.1.13 in /python (#8080)
Bumps [moto](https://github.com/getmoto/moto) from 4.1.12 to 4.1.13.
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getmoto/moto/compare/4.1.12...4.1.13)
---
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 a79a213e5e..f8fab0c390 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1333,13 +1333,13 @@ files = [
[[package]]
name = "moto"
-version = "4.1.12"
+version = "4.1.13"
description = ""
optional = false
python-versions = ">=3.7"
files = [
- {file = "moto-4.1.12-py2.py3-none-any.whl", hash =
"sha256:6f40141ff2f3a309c19faa169433afdf48d28733d328b08a843021ae36f005d9"},
- {file = "moto-4.1.12.tar.gz", hash =
"sha256:25577e4cf55f05235f4efe78bcfeb5a7704fb75c16b426a5de2fc1e6b7b8545b"},
+ {file = "moto-4.1.13-py2.py3-none-any.whl", hash =
"sha256:9650d05d89b6f97043695548fbc0d8fb293f4177daaebbcee00bb0d171367f1a"},
+ {file = "moto-4.1.13.tar.gz", hash =
"sha256:dd3e2ad920ab8b058c4f62fa7c195b788bd1f018cc701a1868ff5d5c4de6ed47"},
]
[package.dependencies]
@@ -2826,4 +2826,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"574016acfe972ea8d22fc6e0d67c9e463d564ed167d942085f01e1d83fddc6c7"
+content-hash =
"07c9f390baa9f3c0faf74a7148fea4d369cb17b1850907375fa72140cdeeb75b"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 88b993781d..14bed5e467 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.7"
+moto = "^4.1.13"
typing-extensions = "4.7.1"
pytest-mock = "3.11.1"