From 804620aa20b321551f91b91285baf8ef0587d495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:46:28 +0000 Subject: [PATCH] Bump mypy from 1.5.1 to 1.6.0 Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2885c83..779257c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ test = [ "flake8==6.1.0", "flake8-docstrings==1.7.0", "isort==5.12.0", - "mypy==1.5.1", + "mypy==1.6.0", "pylint==3.0.1", "pytest==7.4.2", "pytest-aiohttp==1.0.5", diff --git a/requirements-test.txt b/requirements-test.txt index ce15da9f..d18fdbdc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ black==23.9.1 flake8==6.1.0 flake8-docstrings==1.7.0 isort==5.12.0 -mypy==1.5.1 +mypy==1.6.0 pylint==3.0.1 pytest==7.4.2 pytest-aiohttp==1.0.5