From 38fcd39830362e815720edfa1d012cce9beca811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:59:14 +0200 Subject: [PATCH] Update mypy requirement from <=1.11.2 to <=1.12.0 in /server (#335) 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/v0.1.0...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/dev-requirements.txt b/server/dev-requirements.txt index e55c6867..804bbf40 100644 --- a/server/dev-requirements.txt +++ b/server/dev-requirements.txt @@ -4,7 +4,7 @@ pep8 pytest flake8 nose -mypy<=1.11.2 +mypy<=1.12.0 httmock==1.4.0 wooper==0.4.4 requests_mock