From 0edd121c84f3c6a64dc01bd9f753a6852f84b0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:51:56 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from 1.8.0 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...v1.11.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ce41d0..d038f85 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ flake8-black==0.3.6 flake8-comprehensions==3.14.0 flake8-simplify==0.21.0 isort==5.13.2 -mypy==1.8.0 +mypy==1.11.2 pre-commit==3.6.0 twine==4.0.2