diff --git a/examples/docs_snippets/docs_snippets_tests/overview_tests/configuration_tests/test_configuration_example.py b/examples/docs_snippets/docs_snippets_tests/overview_tests/configuration_tests/test_configuration_example.py --- a/examples/docs_snippets/docs_snippets_tests/overview_tests/configuration_tests/test_configuration_example.py +++ b/examples/docs_snippets/docs_snippets_tests/overview_tests/configuration_tests/test_configuration_example.py @@ -38,5 +38,5 @@ def test_config_map_example(): execute_pipeline_with_resource_def( - unsigned_s3_session, run_config={"resources": {"key": {"config": {"region": "us-west-1"}}}} + unsigned_s3_session, run_config={"resources": {"key": {"config": {"region": "us-east-1"}}}} ) diff --git a/examples/legacy_examples/setup.py b/examples/legacy_examples/setup.py --- a/examples/legacy_examples/setup.py +++ b/examples/legacy_examples/setup.py @@ -37,7 +37,7 @@ "lakehouse", "matplotlib", "mock", - "moto>=1.3.7", + "moto>=1.3.16", "pandas>=1.0.0", "pytest-mock", # Pyspark 2.x is incompatible with Python 3.8+