From f62866d6b0cf4eea1f1ceed7013d66998da30f3e Mon Sep 17 00:00:00 2001 From: Josh Wills Date: Sat, 12 Oct 2024 12:14:43 -0700 Subject: [PATCH] Update to Buena Vista 0.5.0 --- .github/workflows/main.yml | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67ed99ee..d7376c5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -268,7 +268,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9'] + python-version: ['3.11'] env: TOXENV: "buenavista" diff --git a/dev-requirements.txt b/dev-requirements.txt index bdb33e02..102c7c49 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ boto3 mypy-boto3-glue pandas pyarrow -buenavista +buenavista==0.5.0 bumpversion flaky freezegun==1.5.1