From 2b5d1edeefe6349bc9a2d1b6e26bee082b82aeea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 11:32:49 +0000 Subject: [PATCH] Bump mypy from 1.6.1 to 2.3.1 in /docker/main Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 525f98a7c6..66040887d1 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -16,7 +16,7 @@ python-multipart == 0.0.31 tensorflow == 2.19.* ; platform_machine == 'aarch64' tensorflow-cpu == 2.19.* ; platform_machine == 'x86_64' # General -mypy == 1.6.1 +mypy == 2.3.1 onvif-zeep-async == 4.0.* paho-mqtt == 2.1.* pandas == 2.2.*