From 185a54a9d00ff04f39b7dd7dedf967a7c4a5afc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 11:56:44 +0000 Subject: [PATCH] build(deps): bump mypy from 1.15.0 to 1.16.0 in /book/src Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- book/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/requirements.txt b/book/src/requirements.txt index 4a1f4233..b03cb497 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -4,7 +4,7 @@ flake8==7.1.2 hypothesis==6.131.30 isort==5.13.2 MutPy==0.6.1 -mypy==1.15.0 +mypy==1.16.0 mypy-extensions==1.1.0 pinject==0.14.1 pip-tools==7.4.1