From e6e076e11f57e1c65929a21115cd6c4d1c763ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:02:32 +0000 Subject: [PATCH] Bump mypy from 0.942 to 1.4.0 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.4.0. - [Commits](https://github.com/python/mypy/compare/v0.942...v1.4.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 f02317e41..4ce389ce9 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.4.0 numpy == 1.23.* onvif_zeep == 0.2.12 opencv-python-headless == 4.5.5.*