From 982d05e359a9d330a1b738659eea425f0c4d2ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 12:02:24 +0000 Subject: [PATCH] Bump mypy from 0.942 to 1.3.0 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.3.0. - [Commits](https://github.com/python/mypy/compare/v0.942...v1.3.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..f11b7a042 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.3.0 numpy == 1.23.* onvif_zeep == 0.2.12 opencv-python-headless == 4.5.5.*