From adb6167fbf8add457886e633af0f0aad958e54f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:54:39 +0000 Subject: [PATCH] Bump mypy from 1.13.0 to 1.14.0 (#529) Bumps [mypy](/~https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](/~https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](/~https://github.com/python/mypy/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 9fc0d1e6..f6628a43 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,4 +1,4 @@ -mypy==1.13.0 +mypy==1.14.0 pytest==8.3.4 pytest-aiohttp==1.0.5 pytest-cov==6.0.0