From b7d30170e4f8f5d01f068d491c407f803ad8f78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:07:25 +0200 Subject: [PATCH] Bump mypy from 1.3.0 to 1.4.1 (#331) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb197ebe..27724bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ test = [ "flake8==6.0.0", "flake8-docstrings==1.7.0", "isort==5.12.0", - "mypy==1.3.0", + "mypy==1.4.1", "pylint==2.17.4", "pytest==7.3.2", "pytest-aiohttp==1.0.4", diff --git a/requirements-test.txt b/requirements-test.txt index 0ceadf0e..ae4e00e1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ black==23.3.0 flake8==6.0.0 flake8-docstrings==1.7.0 isort==5.12.0 -mypy==1.3.0 +mypy==1.4.1 pylint==2.17.4 pytest==7.3.2 pytest-aiohttp==1.0.4