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 cd4e8c8 Build: Bump moto from 4.2.9 to 4.2.10 (#164)
cd4e8c8 is described below
commit cd4e8c8a6bae8c07a815644e11993d6bc262825f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 25 20:42:02 2023 +0100
Build: Bump moto from 4.2.9 to 4.2.10 (#164)
Bumps [moto](https://github.com/getmoto/moto) from 4.2.9 to 4.2.10.
- [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.2.9...4.2.10)
---
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 ++++----
pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index cfcbfcf..b4d25db 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1636,13 +1636,13 @@ files = [
[[package]]
name = "moto"
-version = "4.2.9"
+version = "4.2.10"
description = ""
optional = false
python-versions = ">=3.7"
files = [
- {file = "moto-4.2.9-py2.py3-none-any.whl", hash =
"sha256:c85289d13d15d5274d0a643381af1f1b03d7ee88f0943c9d2d6c28e6177a298a"},
- {file = "moto-4.2.9.tar.gz", hash =
"sha256:24de81eeaa450a20b57c5cdf9a757ea5216bddc7db798e335d2de1f2376bf324"},
+ {file = "moto-4.2.10-py2.py3-none-any.whl", hash =
"sha256:5cf0736d1f43cb887498d00b00ae522774bfddb7db1f4994fedea65b290b9f0e"},
+ {file = "moto-4.2.10.tar.gz", hash =
"sha256:92595fe287474a31ac3ef847941ebb097e8ffb0c3d6c106e47cf573db06933b2"},
]
[package.dependencies]
@@ -3576,4 +3576,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"57c81f930125eae369da99b902c55060101721926e4268e7ee46a60afdce6207"
+content-hash =
"e9acc81854540b9485db84f1f33f05235e1bbd511c148bc395bc7a26e784604a"
diff --git a/pyproject.toml b/pyproject.toml
index e75f030..ab9af90 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -78,7 +78,7 @@ pre-commit = "3.5.0"
fastavro = "1.9.0"
coverage = { version = "^7.3.2", extras = ["toml"] }
requests-mock = "1.11.0"
-moto = "^4.2.9"
+moto = "^4.2.10"
typing-extensions = "4.8.0"
pytest-mock = "3.12.0"
cython = "3.0.5"