From 0e0db42584d35a08b27e6fcca05d9a6fd9918818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:23:25 +0000 Subject: [PATCH] Bump mypy from 1.4.1 to 1.6.0 in /docker/main Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index e01b4a15a..b24a625f6 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -2,7 +2,7 @@ click == 8.1.* Flask == 2.3.* imutils == 0.5.* matplotlib == 3.7.* -mypy == 1.4.1 +mypy == 1.6.0 numpy == 1.23.* onvif_zeep == 0.2.12 opencv-python-headless == 4.7.0.*