From 6f24463a5c862d18e3fd78f1a68a5ddd31841003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:50:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mypy=20from=201.7.1=20to=201?= =?UTF-8?q?.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 027605d..6c1f4ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ Source = "https://github.com/Astropilot/thumbhash-python" dev = [ "types-Pillow >=10.0.0", - "mypy ==1.7.1", + "mypy ==1.8.0", "ruff ==0.1.8", "devtools[pygments] ==0.12.2", "pytest >=7.1.3,<8.0.0",