From e9ae59b615513d6d404bd10b8e0e3252ccbe2c54 Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Fri, 7 Jul 2023 13:48:18 +0200 Subject: [PATCH] Update dependencies --- dev_requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 0bf67a41..a91c1449 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ -dbt-tests-adapter~=1.5.0 -mypy==1.3.0 # patch updates have historically introduced breaking changes +dbt-tests-adapter~=1.5.2 +mypy==1.4.1 # patch updates have historically introduced breaking changes pre-commit~=3.3 -pytest~=7.3 -tox~=4.5 +pytest~=7.4 +tox~=4.6