From 91ec99a6945f25d982e56c0037d04888d71d2c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 12:45:59 +0000 Subject: [PATCH] Bump mypy from 0.942 to 1.2.0 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.942...v1.2.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index d785df5d6..eca969fe1 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -2,7 +2,7 @@ click == 8.1.* Flask == 2.3.* imutils == 0.5.* matplotlib == 3.7.* -mypy == 0.942 +mypy == 1.2.0 numpy == 1.23.* onvif_zeep == 0.2.12 opencv-python-headless == 4.5.5.*