From 8ad19c287a4f8fb8d3c06d6fc3e18bf17d4c1cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:09:34 +0200 Subject: [PATCH] Bump mypy from 1.5.0 to 1.5.1 (#60) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 20a4a95..23d1329 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ black==23.7.0 flake8==6.1.0 -mypy==1.5.0 +mypy==1.5.1 pylint==2.17.5 pytest==7.4.0