From e2cdd00749b8875bc453e712847a2f704192f7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 01:49:44 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.17.0 to 1.17.1 Bumps [mypy](https://github.com/python/mypy) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a24e3190..eb01aaf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ tests = [ ] dev = [ "dvclive[all,tests]", - "mypy==1.17.0", + "mypy==1.17.1", "types-PyYAML" ] mmcv = ["mmcv"]