From 571a945b18c447f83698f231ac0a3e04f9b830f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:18:27 +0000 Subject: [PATCH] Bump mypy from 1.4.1 to 1.6.0 Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b71529f..83a6c15f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ test = [ "black==23.7.0", "codespell==2.2.5", - "mypy==1.4.1", + "mypy==1.6.0", "ruff==0.0.282", "pre-commit==3.3.3" ] diff --git a/requirements_dev.txt b/requirements_dev.txt index 96531fb3..8fbb3461 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -mypy==1.4.1 +mypy==1.6.0 pylint==2.17.5 pre-commit==3.3.3 homeassistant==2023.8.1