From 4cd381528299d1b6a8c9fbf12e5e839979944d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 07:17:23 +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.2.4. - [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.2.4) --- 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..4219e9405969 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.2.4 s3fs modin>=0.8.3; python_version < '3.7' modin>=0.11.0; python_version >= '3.7'