From 9307818724b2e0064d74f0dc785565dccfc4c8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 17:00:07 -0700 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 in the python-packages group (#49) Bumps the python-packages group with 1 update: [mypy](https://github.com/python/mypy). Updates `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 dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16dd4e4..0ff95d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = [ [project.optional-dependencies] dev = [ "pre-commit==3.7.1", - "mypy==1.10.0", + "mypy==1.10.1", ] test = [ "coverage[toml]==7.5.4",