-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies before 1.6.2 release
- Loading branch information
1 parent
38ce052
commit 6d52d80
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |