From 3481576584d355d40064ea4c3be8d6a42ff5f16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 23:31:18 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 in /dev 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] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 505670db..dcc37747 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -2,7 +2,7 @@ autoflake==2.3.1 black==24.4.2 flake8==7.1.0 isort==5.13.2 -mypy==1.10.0 +mypy==1.10.1 pytest==8.2.2 pyupgrade==3.16.0 pyyaml==6.0.1