From cb8eddfc0a8a9a65caf713e51c745dc35b2d6198 Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Fri, 6 Oct 2023 11:58:19 +0200 Subject: [PATCH] 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