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 66ba190  release: Bump the moto version (#380)
66ba190 is described below

commit 66ba19054d60bc7093dfeae4b65441c9a357720a
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Feb 6 16:58:20 2024 +0100

    release: Bump the moto version (#380)
    
    Same as in https://github.com/apache/iceberg-python/pull/373
---
 .github/workflows/python-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python-release.yml 
b/.github/workflows/python-release.yml
index 03e27f0..5192d71 100644
--- a/.github/workflows/python-release.yml
+++ b/.github/workflows/python-release.yml
@@ -67,7 +67,7 @@ jobs:
           # Ignore 32 bit architectures
           CIBW_ARCHS: "auto64"
           CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12"
-          CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==4.2.2"
+          CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
           CIBW_TEST_EXTRAS: "s3fs,glue"
           CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
           # There is an upstream issue with installing on MacOSX

Reply via email to