From f79141948e77134caee48d91694ef2f5344d601e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 00:07:45 +0000 Subject: [PATCH] Update `DASK_SQL_VERSION` to `2023.8.0` --- Dockerfile | 2 +- matrix.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c4f7eb1..35833c8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG PYTHON_VER=3.10 ARG LINUX_VER=ubuntu22.04 ARG RAPIDS_VER=23.10 -ARG DASK_SQL_VER=2023.6.0 +ARG DASK_SQL_VER=2023.8.0 # Gather dependency information FROM rapidsai/ci:latest AS dependencies diff --git a/matrix.yaml b/matrix.yaml index 91b147eb..58c3facb 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -6,4 +6,4 @@ PYTHON_VER: - "3.9" - "3.10" DASK_SQL_VER: - - "2023.6.0" + - "2023.8.0"