From 92bc6f2e0a2b74f0b4bfacea32adf38bd0abdec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:21:25 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==1.11.* to ==1.13.* Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 5e5d9ab..cea5315 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,6 +6,6 @@ pytest-timeout == 2.3.* pytest-xdist == 3.6.* black == 24.* ruff == 0.7.* -mypy == 1.11.* +mypy == 1.13.* psutil == 6.1.* types-PyYAML ~= 6.0