From 47741f1df77927e0688815231b463b351367cf73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 23:16:00 +0200 Subject: [PATCH] Bump mypy from 1.4.0 to 1.4.1 (#388) Bumps [mypy](https://github.com/python/mypy) from 1.4.0 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.4.0...v1.4.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> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 58cb240e..a1751f5b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,6 +2,6 @@ pytest==7.3.2 flake8==5.0.4 pylint==2.17.4 ipdb==0.13.13 -mypy==1.4.0 +mypy==1.4.1 black==23.3.0 types-pkg-resources==0.1.3