From 8df94605cbcc9c511ba0679920b5b09b24e52390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:14:37 +0000 Subject: [PATCH] build(deps): bump mypy from 1.10.0 to 1.10.1 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b6a711..9d3b17a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ ] quality = [ "ruff==0.4.10", - "mypy==1.10.0", + "mypy==1.10.1", "types-Pillow", "pre-commit>=3.0.0,<4.0.0", ] @@ -78,7 +78,7 @@ dev = [ "pytest-pretty>=1.0.0,<2.0.0", # style "ruff==0.4.10", - "mypy==1.10.0", + "mypy==1.10.1", "types-Pillow", "pre-commit>=3.0.0,<4.0.0", # docs