From ccc429198aec669792074c24b900ef259f5443fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:57:10 +0000 Subject: [PATCH] build(deps): bump mypy from 1.8.0 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6057734..ecb90aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ ] quality = [ "ruff==0.4.1", - "mypy==1.8.0", + "mypy==1.9.0", "pre-commit>=3.0.0,<4.0.0", ] docs = [ @@ -77,7 +77,7 @@ dev = [ "pytest-pretty>=1.0.0,<2.0.0", # style "ruff==0.4.1", - "mypy==1.8.0", + "mypy==1.9.0", "pre-commit>=3.0.0,<4.0.0", # docs "sphinx>=3.0.0,!=3.5.0",