From 11f7d83dee189cf2719a814676786da90d589097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 13:30:53 +0000 Subject: [PATCH] Bump mypy from 0.942 to 0.991 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.991. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.942...v0.991) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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 7df0be770..1908c112c 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -2,7 +2,7 @@ click == 8.1.* Flask == 2.1.* imutils == 0.5.* matplotlib == 3.5.* -mypy == 0.942 +mypy == 0.991 numpy == 1.22.* opencv-python-headless == 4.5.5.* paho-mqtt == 1.6.*