From aec09e8e8c466e83ac3899c96809135e5c7f30e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:32:01 +0000 Subject: [PATCH] Update mypy requirement from ==1.9.* to ==1.10.* in /api 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/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/requirements.txt b/api/tests/requirements.txt index c3ef4022..81e8e2f1 100644 --- a/api/tests/requirements.txt +++ b/api/tests/requirements.txt @@ -1,5 +1,5 @@ flake8==7.0.* -mypy==1.9.* +mypy==1.10.* pytest==8.2.* pytest-cov==5.0.* httpx==0.27.*