diff --git a/.changes/unreleased/Dependencies-20240722-050426.yaml b/.changes/unreleased/Dependencies-20240722-050426.yaml new file mode 100644 index 00000000..ad1353dc --- /dev/null +++ b/.changes/unreleased/Dependencies-20240722-050426.yaml @@ -0,0 +1,7 @@ +kind: Dependencies +body: "Update pytest requirement from ~=8.2 to ~=8.3" +time: 2024-07-22T05:04:26.00000Z +custom: + Author: dependabot[bot] + Issue: '' + PR: 424 diff --git a/dev_requirements.txt b/dev_requirements.txt index fb83a6bd..e1bf3455 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ dbt-tests-adapter~=1.8.0 mypy==1.10.0 # patch updates have historically introduced breaking changes pre-commit~=3.7 -pytest~=8.2 +pytest~=8.3 tox~=4.15