From 2b55207d6696a4ef5567396bebfff6b2cb101d96 Mon Sep 17 00:00:00 2001 From: Roy Wedge Date: Wed, 9 Mar 2022 13:07:49 -0500 Subject: [PATCH] Upgrade moto requirement (#1938) * upgrade moto requirement * update release notes --- docs/source/release_notes.rst | 2 +- .../tests/requirement_files/minimum_test_requirements.txt | 5 ++--- test-requirements.txt | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 77c22482a9..a3a5c1cece 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -18,7 +18,7 @@ Future Release * Add backport release support (:pr:`1932`) * Testing Changes * Update test cases to cover __main__.py file (:pr:`1927`) - * Pin ``responses`` version to be below 0.19.0 in minimum_test_requirements to avoid moto error (:pr:`1929`) + * Upgrade moto requirement (:pr:`1929`, :pr:`1938`) * Add Python 3.9 linting, install complete, and docs build CI tests (:pr:`1934`) Thanks to the following people for contributing to this release: diff --git a/featuretools/tests/requirement_files/minimum_test_requirements.txt b/featuretools/tests/requirement_files/minimum_test_requirements.txt index 260f1f276b..1ae3aabc44 100644 --- a/featuretools/tests/requirement_files/minimum_test_requirements.txt +++ b/featuretools/tests/requirement_files/minimum_test_requirements.txt @@ -5,10 +5,9 @@ pympler==0.8 pytest-xdist==1.26.1 pytest-cov==2.6.1 graphviz==0.8.4 -moto[all]==1.3.15 +moto[all]==3.0.7 smart-open==5.0.0 boto3==1.17.46 composeml==0.8.0 urllib3==1.26.5 -pyarrow==3.0.0 -responses==0.9.0 +pyarrow==3.0.0 \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 79a978752f..660df22b9b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,10 +5,9 @@ pympler>=0.8 pytest-xdist>=1.26.1 pytest-cov>=2.6.1 graphviz>=0.8.4 -moto[all]>=1.3.15 +moto[all]>=3.0.7 smart-open>=5.0.0 boto3>=1.17.46 composeml>=0.8.0 urllib3>=1.26.5 pyarrow>=3.0.0 -responses>=0.9.0,<0.19.0 \ No newline at end of file