forked from dbt-labs/dbt-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump mypy from 0.942 to 0.961 (dbt-labs#5337)
* Bump mypy from 0.942 to 0.961 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.961. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.942...v0.961) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add automated changelog yaml from template * Fixed deprecated abstractclassmethod caught by new version of mypy * Fixed deprecated abstractclassmethod not caught by mypy Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com> Co-authored-by: Ian Knox <ian.knox@dbtlabs.com>
- Loading branch information
1 parent
69aa265
commit 6a88ed6
Showing
7 changed files
with
34 additions
and
14 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,7 @@ | ||
kind: Dependencies | ||
body: "Bump mypy from 0.942 to 0.961" | ||
time: 2022-06-07T00:09:25.000000-05:00 | ||
custom: | ||
Author: dependabot[bot] | ||
Issue: "4904" | ||
PR: "5337" |
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
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
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
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
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ flake8 | |
flaky | ||
freezegun==0.3.12 | ||
ipdb | ||
mypy==0.942 | ||
mypy==0.961 | ||
pip-tools | ||
pre-commit | ||
pytest | ||
|