Skip to content

Commit

Permalink
Upgrade moto requirement (#1938)
Browse files Browse the repository at this point in the history
* upgrade moto requirement

* update release notes
  • Loading branch information
rwedge authored Mar 9, 2022
1 parent 9282580 commit 2b55207
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b55207

Please sign in to comment.