From 563909c24c32c508d609498c700a9cd8f07d0b87 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 28 Feb 2023 12:28:34 -0600 Subject: [PATCH] Bump to protobuf>=4.22,<4.23. --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/recipes/cudf/meta.yaml | 4 ++-- dependencies.yaml | 2 +- python/cudf/setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 9a08f97ce8d..bfd6268ff5f 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -49,7 +49,7 @@ dependencies: - pandoc<=2.0.0 - pip - pre-commit -- protobuf>=4.21.6,<4.22 +- protobuf>=4.22,<4.23 - ptxcompiler - pyarrow=10 - pydata-sphinx-theme diff --git a/conda/recipes/cudf/meta.yaml b/conda/recipes/cudf/meta.yaml index 1ce401abb81..18800258ab2 100644 --- a/conda/recipes/cudf/meta.yaml +++ b/conda/recipes/cudf/meta.yaml @@ -45,7 +45,7 @@ requirements: - ninja - sysroot_{{ target_platform }} {{ sysroot_version }} host: - - protobuf >=4.21.6,<4.22 + - protobuf >=4.22,<4.23 - python - cython >=0.29,<0.30 - scikit-build >=0.13.1 @@ -57,7 +57,7 @@ requirements: - rmm ={{ minor_version }} - cudatoolkit ={{ cuda_version }} run: - - protobuf >=4.21.6,<4.22 + - protobuf >=4.22,<4.23 - python - typing_extensions - pandas >=1.0,<1.6.0dev0 diff --git a/dependencies.yaml b/dependencies.yaml index 3f72c2c64d6..6ce96c3933c 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -75,7 +75,7 @@ dependencies: - c-compiler - cxx-compiler - librdkafka=1.7.0 - - protobuf>=4.21.6,<4.22 + - protobuf>=4.22,<4.23 specific: - output_types: conda matrices: diff --git a/python/cudf/setup.py b/python/cudf/setup.py index e34700c72cf..1da6e550e80 100644 --- a/python/cudf/setup.py +++ b/python/cudf/setup.py @@ -12,7 +12,7 @@ "nvtx>=0.2.1", "packaging", "pandas>=1.0,<1.6.0dev0", - "protobuf>=4.21.6,<4.22", + "protobuf>=4.22,<4.23", "typing_extensions", # Allow floating minor versions for Arrow. "pyarrow==10",