From e07ecfd662c8e0c368c8ebfda5fc70712552ce48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:38:29 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 (#539) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 78f9bab..9f19bcd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ console_scripts = [options.extras_require] dev = - mypy==1.10.0 + mypy==1.10.1 pre-commit==3.7.1 pytest==8.2.2 pytest-asyncio==0.23.6