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 6bf13e2eae Build: Bump moto from 4.1.2 to 4.1.3 in /python (#6940)
6bf13e2eae is described below

commit 6bf13e2eae33bdacf2cd94d77c6696ece1604107
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 26 13:07:06 2023 +0100

    Build: Bump moto from 4.1.2 to 4.1.3 in /python (#6940)
---
 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 6eeb4a644b..e462387423 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1224,14 +1224,14 @@ files = [
 
 [[package]]
 name = "moto"
-version = "4.1.2"
+version = "4.1.3"
 description = ""
 category = "dev"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "moto-4.1.2-py2.py3-none-any.whl", hash = 
"sha256:1b361ece638c74a657325378a259276f368aafce2f8be84f8143e69fa93ce8ec"},
-    {file = "moto-4.1.2.tar.gz", hash = 
"sha256:63431733d2a02c7bd652ad71ec1da442a0e0d580cbac5eeb50d440a2ce066eac"},
+    {file = "moto-4.1.3-py2.py3-none-any.whl", hash = 
"sha256:dcd1d06662982cf3c94f36d6348251ccdcf62a1c5de5650425cb4e6f260ae7a0"},
+    {file = "moto-4.1.3.tar.gz", hash = 
"sha256:c8200ccaa9440c2e9daa0bd5e0bd768a719db5a2c82ea8d782f0e3fa09a3c5e2"},
 ]
 
 [package.dependencies]
@@ -2553,4 +2553,4 @@ snappy = ["python-snappy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = 
"579733f53f7b75a10b5bc22ff141ce46f9cd1bdca2df28f7122cb0f1c0e0c379"
+content-hash = 
"a9347540fc649099f8f9837333893efffb537957f95f458cf1175b68549e81ac"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index e73365eac7..9cfdc9aa1d 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -85,7 +85,7 @@ pre-commit = "3.1.0"
 fastavro = "1.7.2"
 coverage = { version = "^7.2.0", extras = ["toml"] }
 requests-mock = "1.10.0"
-moto = "^4.1.2"
+moto = "^4.1.3"
 typing-extensions = '4.5.0'
 
 [tool.poetry.scripts]

Reply via email to