From 87b1bdd5bfa4f8774f3031d655272f926d5f9e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 08:00:51 +0000 Subject: [PATCH] [data](deps): Bump moto[s3] in /python/requirements/data_processing Bumps [moto[s3]](https://github.com/getmoto/moto) from 2.3.1 to 4.1.0. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/2.3.1...4.1.0) --- updated-dependencies: - dependency-name: moto[s3] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements/data_processing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/data_processing/requirements.txt b/python/requirements/data_processing/requirements.txt index 48efe2599ff0..788ea8ad9758 100644 --- a/python/requirements/data_processing/requirements.txt +++ b/python/requirements/data_processing/requirements.txt @@ -2,7 +2,7 @@ dask[complete]==2021.03.0; python_version < '3.7' dask[complete]==2022.2.0; python_version >= '3.7' aioboto3==8.3.0 flask_cors -moto[s3]==2.3.1 +moto[s3]==4.1.0 s3fs modin>=0.8.3; python_version < '3.7' modin>=0.11.0; python_version >= '3.7'