From 3bd85ee8d6f27000b3e7ce7822bc312a9f54b843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Feb 2023 22:57:43 +0000 Subject: [PATCH] build(deps): bump mypy from 0.961 to 1.0.1 in /ci/builder Bumps [mypy](https://github.com/python/mypy) from 0.961 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.961...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... 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..f2d63e4a50995 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==1.0.1 numpy==1.22.4 pandas==1.4.3 parameterized==0.8.1