From 75ca7806f2ace242988e37e75fd00725cd9b203e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 07:57:58 +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.7. - [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.7) --- 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 d6ca94d9c68f..eac5476b1e2e 100644 --- a/python/requirements/data_processing/requirements.txt +++ b/python/requirements/data_processing/requirements.txt @@ -6,7 +6,7 @@ dask[complete]==2022.10.1; python_version >= '3.8' aioboto3==8.3.0 crc32c==2.3 flask_cors -moto[s3]==2.3.1 +moto[s3]==4.1.7 s3fs modin>=0.8.3; python_version < '3.7' modin>=0.11.0; python_version >= '3.7'