From d17702d4adc98a44b25a866b5ad8998e4e917749 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Tue, 8 Oct 2024 23:25:17 +0200 Subject: [PATCH] Bump pgspot to 0.8.1 --- .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 715eb925a06..bd852efb4f3 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.8.0 + python -m pip install pgspot==0.8.1 - name: Build timescaledb sqlfiles run: |