From 76ae1258c029e4181bb1d5e1bf68382b2c07c2f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 05:44:04 +0000 Subject: [PATCH] Bump mypy from 1.14.0 to 1.14.1 in /server 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] --- 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 76d5fca..da3b285 100644 --- a/server/mypy-requirements.txt +++ b/server/mypy-requirements.txt @@ -1,4 +1,4 @@ -mypy==1.14.0 +mypy==1.14.1 types-flask==1.1.6 types-requests==2.28.11.8