From cb3b47a8a8fa661f79f284aac1a20f1c057144a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:33:55 +0000 Subject: [PATCH] Bump mypy from 1.6.1 to 1.12.0 in /docker/main Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.12.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.12.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 11ad94f3f..6ab627184 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -8,7 +8,7 @@ imutils == 0.5.* joserfc == 1.0.* pathvalidate == 3.2.* markupsafe == 2.1.* -mypy == 1.6.1 +mypy == 1.12.0 numpy == 1.26.* onvif_zeep == 0.2.12 opencv-python-headless == 4.9.0.*