From 07e4bfa9afafd536c6829d3b517aa42d233387c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 02:04:54 +0000 Subject: [PATCH] [data](deps): Bump crc32c in /python/requirements/data_processing Bumps [crc32c](https://github.com/ICRAR/crc32c) from 2.3 to 2.3.post0. - [Release notes](https://github.com/ICRAR/crc32c/releases) - [Changelog](https://github.com/ICRAR/crc32c/blob/master/CHANGELOG.md) - [Commits](https://github.com/ICRAR/crc32c/compare/v2.3...v2.3.post0) --- updated-dependencies: - dependency-name: crc32c dependency-type: direct:production update-type: version-update:semver-patch ... 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 966ef53183c1..5f198d9a42d6 100644 --- a/python/requirements/data_processing/requirements.txt +++ b/python/requirements/data_processing/requirements.txt @@ -4,7 +4,7 @@ dask[complete]==2022.2.0; python_version < '3.8' dask[complete]==2022.10.1; python_version >= '3.8' aioboto3==8.3.0 -crc32c==2.3 +crc32c==2.3.post0 flask_cors s3fs modin>=0.8.3; python_version < '3.7'