From c663182910918ca22e174b3aef17ad2b2d436aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 12:28:55 +0000 Subject: [PATCH] Bump mypy from 0.942 to 1.4.1 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v0.942...v1.4.1) --- 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 00cedf9cd..3f47aa1c2 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -3,7 +3,7 @@ Flask == 2.3.* faster-fifo == 1.4.* imutils == 0.5.* matplotlib == 3.7.* -mypy == 0.942 +mypy == 1.4.1 numpy == 1.23.* onvif_zeep == 0.2.12 opencv-python-headless == 4.7.0.*