summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-13 18:21:16 +0000
committerGitHub <noreply@github.com>2023-03-13 18:21:16 +0000
commit027a0e7a43ace41350fca57fa2dfc61cab9ab161 (patch)
tree4b3a0ab05a0efafeb90a915ac8990da15a6818b7 /requirements_test_pre_commit.txt
parent99f519a1a0c02dc45716685ceb0145349799f6e2 (diff)
downloadastroid-git-027a0e7a43ace41350fca57fa2dfc61cab9ab161.tar.gz
Bump mypy from 1.0.1 to 1.1.1 (#2055)
Bumps [mypy](https://github.com/python/mypy) from 1.0.1 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v1.0.1...v1.1.1) --- 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>
Diffstat (limited to 'requirements_test_pre_commit.txt')
-rw-r--r--requirements_test_pre_commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index 2bf4cbe5..ad422f7d 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -5,5 +5,5 @@ isort==5.12.0;python_version>='3.8'
flake8==6.0.0;python_version>='3.8'
flake8-typing-imports==1.14.0;python_version>='3.8'
flake8-bugbear==23.2.13;python_version>='3.8'
-mypy==1.0.1
+mypy==1.1.1
pre-commit~=2.21