Skip to content

Commit

Permalink
boto3 min updated
Browse files Browse the repository at this point in the history
moto upgrade requires an upgrade to boto3
  • Loading branch information
cp2boston committed Jan 31, 2024
1 parent 19759ec commit a37ed8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ Woodwork has several other Python dependencies that are used only for specific m

| Dependency | Min Version | Notes |
|-------------------|-------------|----------------------------------------|
| boto3 | 1.10.45 | Required to read/write to URLs and S3 |
| boto3 | 1.34.32 | Required to read/write to URLs and S3 |
| smart_open | 5.0.0 | Required to read/write to URLs and S3 |
| pyarrow | 4.0.1 | Required to serialize to parquet |
| dask[distributed] | 2021.10.0 | Required to use with Dask DataFrames |
| pyspark | 3.2.0 | Required to use with Spark DataFrames |
| pyarrow | 5.0.0 | Required to serialize to parquet |
| dask[distributed] | 2024.1.0 | Required to use with Dask DataFrames |
| pyspark | 3.5.0 | Required to use with Spark DataFrames |


# Development
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Release Notes
* Added dask string storage note to "Other Limitations" in Dask documentation :pr:`1799`
* Testing Changes
* moto >= 5.0.0 renamed ``mock_s3`` to ``mock_aws`` :pr:`1799`
* boto3 >= 1.34.32 :pr:`1799`

Thanks to the following people for contributing to this release:
:user:`cp2boston`, :user:`gsheni`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test = [
"pytest >= 7.0.1",
"pytest-cov >= 2.10.1",
"pytest-xdist >= 2.1.0",
"boto3 >= 1.10.45",
"boto3 >= 1.34.32",
"moto[all] >= 5.0.0",
"smart-open >= 5.0.0",
"pyarrow >= 14.0.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.10.45
boto3==1.34.32
moto[all]==5.0.0
pyarrow==15.0.0
pytest-cov==2.10.1
Expand Down

0 comments on commit a37ed8a

Please sign in to comment.