You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/04/16 19:30:30 UTC

[iceberg] branch master updated: Build: Bump moto from 4.1.6 to 4.1.7 in /python (#7356)

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 9dd00fab1d Build: Bump moto from 4.1.6 to 4.1.7 in /python (#7356)
9dd00fab1d is described below

commit 9dd00fab1dc160bb531091cbdda8f19ef5b3a32e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 16 21:30:24 2023 +0200

    Build: Bump moto from 4.1.6 to 4.1.7 in /python (#7356)
    
    Bumps [moto](https://github.com/getmoto/moto) from 4.1.6 to 4.1.7.
    - [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.6...4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: moto
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 a8f6db6476..0195b1e67d 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1380,14 +1380,14 @@ files = [
 
 [[package]]
 name = "moto"
-version = "4.1.6"
+version = "4.1.7"
 description = ""
 category = "dev"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "moto-4.1.6-py2.py3-none-any.whl", hash = "sha256:cfe398a1f6e317d061c47c3d2dd8c6893f3eb49154984a7cbb8bcd4ba517d67d"},
-    {file = "moto-4.1.6.tar.gz", hash = "sha256:fdcc2731212ca050a28b2bc83e87628294bcbd55cb4f4c4692f972023fb1e7e6"},
+    {file = "moto-4.1.7-py2.py3-none-any.whl", hash = "sha256:56de986179f79920f59243bc532e03a7039d24a5ee5aec2eb3b666dcd23d6262"},
+    {file = "moto-4.1.7.tar.gz", hash = "sha256:fb9a7615f744da4ea7f154ff8e79782b19781344a6356ca4c0d6217c1237d379"},
 ]
 
 [package.dependencies]
@@ -2864,4 +2864,4 @@ snappy = ["python-snappy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "8bcbe587f8926a0616510a20563b0351b27cd3d280fe48094fa3eccde19e5033"
+content-hash = "d5f45c6a4c6766572a6aa9277526f294a8db399d0c73dfa9c3476542279badf9"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index e2a9831ba6..01ee7361be 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -70,7 +70,7 @@ pre-commit = "3.2.2"
 fastavro = "1.7.3"
 coverage = { version = "^7.2.3", extras = ["toml"] }
 requests-mock = "1.10.0"
-moto = "^4.1.5"
+moto = "^4.1.7"
 typing-extensions = '4.5.0'
 
 [tool.poetry.scripts]