From 1a6ce4d9230bd76c0946d8dc8b977f1c56de5a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:09:07 +0000 Subject: [PATCH] Bump mypy from 1.5.1 to 1.6.1 Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.6.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 154d624..bf53ce1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ console_scripts = [options.extras_require] dev = - mypy==1.5.1 + mypy==1.6.1 pre-commit==3.4.0 aiodocker==0.21.0 pytest==7.4.2