From 3718f63c20bff7444c988a3c6761262eb3f55e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:08:38 +0000 Subject: [PATCH] build(deps): bump mypy from 1.14.1 to 1.15.0 Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.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 aad9e61d9..bce45aa10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ tests = [ ] dev = [ "datachain[docs,tests]", - "mypy==1.14.1", + "mypy==1.15.0", "types-python-dateutil", "types-pytz", "types-PyYAML",