From c0de5b01991b4b7d94690b4f11559313b06c4a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:32:49 +0000 Subject: [PATCH] build(deps): bump mypy from 1.12.0 to 1.12.1 in /book/src Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... 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 9649e304..ca2c809b 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -4,7 +4,7 @@ flake8==7.1.1 hypothesis==6.115.3 isort==5.13.2 MutPy==0.6.1 -mypy==1.12.0 +mypy==1.12.1 mypy-extensions==1.0.0 pinject==0.14.1 pip-tools==7.4.1