From 6a46321a9e20c84da561b2db0a203847f87fb6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:58:20 +0000 Subject: [PATCH] Bump dbt-tests-adapter from 1.4.4 to 1.5.1 Bumps [dbt-tests-adapter](https://github.com/dbt-labs/dbt-core) from 1.4.4 to 1.5.1. - [Release notes](https://github.com/dbt-labs/dbt-core/releases) - [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.5.1/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-core/compare/v1.4.4...v1.5.1) --- updated-dependencies: - dependency-name: dbt-tests-adapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80e6190..b9b5d9c 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def _get_dbt_core_version(): 'dbt-core==1.4.4', # "dbt-core~={}".format(dbt_core_version), 'vertica-python>=1.1.0', - 'dbt-tests-adapter==1.4.4', + 'dbt-tests-adapter==1.5.1', 'python-dotenv==0.21.1', ], classifiers=[