diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-13 16:30:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 16:30:31 +0200 |
commit | e8b6b5b0dcbc430093761026399d215f81a6688d (patch) | |
tree | 90ae6e37fcd46f0da74152b4031c80780a0d1171 | |
parent | ba8b92a09415b06d5db6bfe4a68bd81ac75be84d (diff) | |
download | pylint-git-e8b6b5b0dcbc430093761026399d215f81a6688d.tar.gz |
Bump mypy from 0.960 to 0.961 (#6940)
Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.960...v0.961)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | requirements_test_pre_commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 56a2bae21..b20884d5d 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -4,4 +4,4 @@ black==22.3.0 flake8==4.0.1 flake8-typing-imports==1.12.0 isort==5.10.1 -mypy==0.960 +mypy==0.961 |