From b39c2a14b73435b5cac2f10334cc165c227b8a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:47:57 -0700 Subject: [PATCH] Bump mypy from 1.12.0 to 1.12.1 (#45) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ed06d5..b6f3bb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ wheel==0.44.0 twine==5.1.1 -mypy==1.12.0 +mypy==1.12.1 pyre-check==0.9.22 flake8==7.1.1 black==24.10.0