From 5455049be3aa5f6009a86b8c5e1e286f8288ba1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:21:55 +0000 Subject: [PATCH] Bump mypy from 1.14.0 to 1.14.1 Bumps [mypy](https://github.com/python/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 ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index f6628a43..b254f285 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,4 +1,4 @@ -mypy==1.14.0 +mypy==1.14.1 pytest==8.3.4 pytest-aiohttp==1.0.5 pytest-cov==6.0.0