diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 03e27f012e..5192d711ce 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