From cbcd5aa7268ed44118c90b9339463876ff150926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:45:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mypy=20from=201.11.2=20to=20?= =?UTF-8?q?1.14.0?= 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.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.14.0) --- 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..0f720e0e 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.0", "pytest>=7.1.3,<9.0.0", "pytest-cov>=4.1.0,<7.0.0", "pytest-asyncio>=0.20.0",