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 3d84444 Build: Bump moto from 4.2.12 to 4.2.13 (#257)
3d84444 is described below
commit 3d844442346f85ec34eab13a00700dc3d903de7d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 9 06:59:03 2024 -0800
Build: Bump moto from 4.2.12 to 4.2.13 (#257)
Bumps [moto](https://github.com/getmoto/moto) from 4.2.12 to 4.2.13.
- [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.12...4.2.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>
---
poetry.lock | 8 ++++----
pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index b77c97a..80d9cda 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1929,13 +1929,13 @@ files = [
[[package]]
name = "moto"
-version = "4.2.12"
+version = "4.2.13"
description = ""
optional = false
python-versions = ">=3.7"
files = [
- {file = "moto-4.2.12-py2.py3-none-any.whl", hash =
"sha256:bdcad46e066a55b7d308a786e5dca863b3cba04c6239c6974135a48d1198b3ab"},
- {file = "moto-4.2.12.tar.gz", hash =
"sha256:7c4d37f47becb4a0526b64df54484e988c10fde26861fc3b5c065bc78800cb59"},
+ {file = "moto-4.2.13-py2.py3-none-any.whl", hash =
"sha256:93e0fd13b624bd79115494f833308c3641b2be0fc9f4f18aa9264aa01f6168e0"},
+ {file = "moto-4.2.13.tar.gz", hash =
"sha256:01aef6a489a725c8d725bd3dc6f70ff1bedaee3e2641752e4b471ff0ede4b4d7"},
]
[package.dependencies]
@@ -4182,4 +4182,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"095bbebf0fd3d259025d05972f34aae6368b854ed59eb6567ef2c6da9f0da09f"
+content-hash =
"6ebb619f12461b94abd8264a577a2484dc2069b5f37ac65dfaba457b61b3dfa3"
diff --git a/pyproject.toml b/pyproject.toml
index 6fb8d26..38d1287 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -79,7 +79,7 @@ pre-commit = "3.5.0"
fastavro = "1.9.2"
coverage = { version = "^7.4.0", extras = ["toml"] }
requests-mock = "1.11.0"
-moto = { version = "^4.2.12", extras = ["server"] }
+moto = { version = "^4.2.13", extras = ["server"] }
typing-extensions = "4.9.0"
pytest-mock = "3.12.0"
cython = "3.0.7"