From f6b22155605fd78a7825d9be428042a8f1de2ae6 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Fri, 12 Apr 2024 09:06:13 +0200 Subject: [PATCH] Bump pgspot version used in CI --- .github/workflows/pgspot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pgspot.yaml b/.github/workflows/pgspot.yaml index 2e0f5402d1d..dc04ca61bbd 100644 --- a/.github/workflows/pgspot.yaml +++ b/.github/workflows/pgspot.yaml @@ -47,7 +47,7 @@ jobs: - name: Install pgspot run: | - python -m pip install pgspot==0.7.0 + python -m pip install pgspot==0.7.1 - name: Build timescaledb sqlfiles run: |