From deabf120ba698d8c4ae589fb577375d6338520ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:55:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mypy=20from=201.11.2=20to=20?= =?UTF-8?q?1.14.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 746d4732..698f98c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ testing = [ "flask>=1.1.2,<4.0.0", "freezegun>=1.2.2,<2.0.0", "mongoz>=0.6.0", - "mypy==1.11.2", + "mypy==1.14.1", "pytest>=7.1.3,<9.0.0", "pytest-cov>=4.1.0,<7.0.0", "pytest-asyncio>=0.20.0",