From 813dcb43e08efaa8cb6cfda25a0c5d0bbee25687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 01:58:43 +0000 Subject: [PATCH] chore: Update dbt-tests-adapter requirement from ~=1.6.0 to ~=1.6.1 Updates the requirements on [dbt-tests-adapter](https://github.com/dbt-labs/dbt-core) to permit the latest version. - [Release notes](https://github.com/dbt-labs/dbt-core/releases) - [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.6.1/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-core/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: dbt-tests-adapter dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ab3b4920..6c313bdb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ autoflake~=1.7 black~=23.3 -dbt-tests-adapter~=1.6.0 +dbt-tests-adapter~=1.6.1 flake8~=6.1 Flake8-pyproject~=1.2 isort~=5.11