From 189f05e25856602a9b2a19b77b34d94a9feb47a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:08:37 +0300 Subject: [PATCH] Bump mypy from 1.14.0 to 1.14.1 (#2471) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df6c714eb..58745b1a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ Django==5.1.4; python_version >= '3.10' -e .[redis,compatible-mypy,oracle] # Overrides: -mypy==1.14.0 +mypy==1.14.1 pyright==1.1.391