From 5c3600a546205d07587c1565f28fc21bd6fc2bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 00:50:34 +0000 Subject: [PATCH] Bump mypy from 0.901 to 1.10.0 in /server Bumps [mypy](https://github.com/python/mypy) from 0.901 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.901...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/mypy-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mypy-requirements.txt b/server/mypy-requirements.txt index dadd7f5..5ec8c3d 100644 --- a/server/mypy-requirements.txt +++ b/server/mypy-requirements.txt @@ -1,4 +1,4 @@ -mypy==0.901 +mypy==1.10.0 mypy-extensions==0.4.3 types-Flask==1.1.6 types-requests==0.1.8