From 5092623ab30c7b62728a82cfa2b9a31cef266400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 23:48:16 +0200 Subject: [PATCH] Bump mypy from 1.3.0 to 1.4.1 (#2203) Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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 791d8721..9a6a3148 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ black==23.3.0 coverage==7.2.7 importlib-metadata==6.6.0 -mypy==1.3.0 +mypy==1.4.1 ruff==0.0.275 typing_extensions==4.5.0 types-contextvars==2.4.7.2 -- 2.47.3