From 0ff08e4955b54ac1e5253b75bc247e09f6ab37de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 22:10:39 +0000 Subject: [PATCH] build(deps): bump mypy from 0.961 to 0.991 in /ci/builder Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.991. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.961...v0.991) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/builder/requirements.txt b/ci/builder/requirements.txt index a8e9afac13594..8afcf8da4c395 100644 --- a/ci/builder/requirements.txt +++ b/ci/builder/requirements.txt @@ -19,7 +19,7 @@ junit-xml==1.9 kubernetes==22.6.0 kubernetes-stubs==22.6.0.post1 # 0.971 has a regression: https://github.com/python/mypy/pull/13223. -mypy==0.961 +mypy==0.991 numpy==1.22.4 pandas==1.4.3 parameterized==0.8.1