From c335a88df153dbf334e373ab9e86eb4507a4acb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:02:51 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from ~=1.15.0 to ~=1.16.0 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 9f7f1b17d0..253bc1fb0c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ pylint~=3.3.7 pytest~=8.3.5 pytest-asyncio~=0.24.0 # pytest-order~=1.0.1 -mypy~=1.15.0 +mypy~=1.16.0 coverage~=7.8 pre-commit==4.2.0 codespell==2.4.1