From 838c8621486088c07135ea3550cbb8f35c5a0340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:13:17 +0000 Subject: [PATCH] build(deps): bump mypy in the test-and-lint-dependencies group Bumps the test-and-lint-dependencies group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.14.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-and-lint-dependencies ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 67e74bdb33..56c83f766d 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -7,7 +7,7 @@ # (We are not so interested in the specific versions of the tools: the versions # are pinned to prevent unexpected linting failures when tools update) ruff==0.8.4 -mypy==1.14.0 +mypy==1.14.1 # Required for type stubs freezegun==1.5.1