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 dc3af65517 Build: Bump moto from 4.1.3 to 4.1.4 in /python (#7082)
dc3af65517 is described below
commit dc3af6551711bc081d6edf49b280c76822a14339
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 12 18:01:41 2023 +0100
Build: Bump moto from 4.1.3 to 4.1.4 in /python (#7082)
Bumps [moto](https://github.com/getmoto/moto) from 4.1.3 to 4.1.4.
- [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/4.1.3...4.1.4)
---
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 10820e3ac3..e604497c6d 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1224,14 +1224,14 @@ files = [
[[package]]
name = "moto"
-version = "4.1.3"
+version = "4.1.4"
description = ""
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "moto-4.1.3-py2.py3-none-any.whl", hash =
"sha256:dcd1d06662982cf3c94f36d6348251ccdcf62a1c5de5650425cb4e6f260ae7a0"},
- {file = "moto-4.1.3.tar.gz", hash =
"sha256:c8200ccaa9440c2e9daa0bd5e0bd768a719db5a2c82ea8d782f0e3fa09a3c5e2"},
+ {file = "moto-4.1.4-py2.py3-none-any.whl", hash =
"sha256:f9bf72aec6aea49ebb1a46c8096b2c9629be58ecca3ecd8b51f781fea78148e2"},
+ {file = "moto-4.1.4.tar.gz", hash =
"sha256:304cb19eee0019cd13f7d87ca590a4694677469c383ab8f8439fcb6717c47037"},
]
[package.dependencies]
@@ -2553,4 +2553,4 @@ snappy = ["python-snappy"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"324d67e5f9fc6fdc8f818d90380fd0c0d41b4d957726a40bb7002fef1ea9b1d2"
+content-hash =
"d7acc6a2ba42e36170ca09152223e8fce0c394929189fa39da271b058e4314d7"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index a6bd85300a..6cdcbbad84 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -85,7 +85,7 @@ pre-commit = "3.1.1"
fastavro = "1.7.2"
coverage = { version = "^7.2.1", extras = ["toml"] }
requests-mock = "1.10.0"
-moto = "^4.1.3"
+moto = "^4.1.4"
typing-extensions = '4.5.0'
[tool.poetry.scripts]