From 6d52d805820687eb12a2f12d63fe58bd45c5357b Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Fri, 6 Oct 2023 11:58:19 +0200 Subject: [PATCH 1/2] Update dependencies before 1.6.2 release --- .../unreleased/Dependencies-20231006-120431.yaml | 12 ++++++++++++ dev_requirements.txt | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .changes/unreleased/Dependencies-20231006-120431.yaml diff --git a/.changes/unreleased/Dependencies-20231006-120431.yaml b/.changes/unreleased/Dependencies-20231006-120431.yaml new file mode 100644 index 00000000..ca7c5eed --- /dev/null +++ b/.changes/unreleased/Dependencies-20231006-120431.yaml @@ -0,0 +1,12 @@ +kind: Dependencies +body: > + Update requirements: + dbt-tests-adapter from 1.6.0 to 1.6.5 + tox from 4.6 to 4.11 + pre-commit from 3.3 to 3.4 + mypy from 1.4.1 to 1.5.1 +time: 2023-10-06T12:04:31.385161+02:00 +custom: + Author: damian3031 + Issue: "" + PR: "9999" diff --git a/dev_requirements.txt b/dev_requirements.txt index 9f5bf0b9..ca62e6b6 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ -dbt-tests-adapter~=1.6.0 -mypy==1.4.1 # patch updates have historically introduced breaking changes -pre-commit~=3.3 +dbt-tests-adapter~=1.6.5 +mypy==1.5.1 # patch updates have historically introduced breaking changes +pre-commit~=3.4 pytest~=7.4 -tox~=4.6 +tox~=4.11 From a36b12842902b13ad4706418d61e91024a35672b Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Fri, 6 Oct 2023 12:09:17 +0200 Subject: [PATCH 2/2] Upgrade Trino to 428, SEP to 423-e.3 --- README.md | 2 +- docker-compose-starburst.yml | 2 +- docker-compose-trino.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 240e0075..da218195 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This repository represents a fork of the [dbt-presto](https://github.com/dbt-lab ## Compatibility -This dbt plugin has been tested against `Trino` version `422`, `Starburst Enterprise` version `420-e` and `Starburst Galaxy`. +This dbt plugin has been tested against `Trino` version `428`, `Starburst Enterprise` version `423-e.3` and `Starburst Galaxy`. ## Setup & Configuration diff --git a/docker-compose-starburst.yml b/docker-compose-starburst.yml index 50cdcfc8..91d2d158 100755 --- a/docker-compose-starburst.yml +++ b/docker-compose-starburst.yml @@ -3,7 +3,7 @@ services: trino: ports: - "8080:8080" - image: "starburstdata/starburst-enterprise:420-e" + image: "starburstdata/starburst-enterprise:423-e.3" volumes: - ./docker/starburst/etc:/etc/starburst - ./docker/starburst/catalog:/etc/starburst/catalog diff --git a/docker-compose-trino.yml b/docker-compose-trino.yml index 2a5a289b..8a3415bf 100644 --- a/docker-compose-trino.yml +++ b/docker-compose-trino.yml @@ -3,7 +3,7 @@ services: trino: ports: - "8080:8080" - image: "trinodb/trino:422" + image: "trinodb/trino:428" volumes: - ./docker/trino/etc:/usr/lib/trino/etc:ro - ./docker/trino/catalog:/etc/trino/catalog